commit | 58c6eaa24dbd8c97ef5f643324f087271aa79d64 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 11 16:29:09 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 18 09:55:47 2013 +0200 |
tree | 2326e8ce766b0729c53a62b940d5a115425d8257 | |
parent | 4667730163a6d0afb04cefae9805ca1cdad1df46 [diff] |
drm/i915: add pipe asserts for the crtc enable sequence The i9xx modeset sequence is currently pretty fishy, so tight it all up with some good assert-sprinkling. We already have good coverage on the disable side, but the enable side is spotty (since until recently it was wrong). Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>