]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: add pipe asserts for the crtc enable sequence
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 11 Apr 2013 14:29:09 +0000 (16:29 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Apr 2013 07:55:47 +0000 (09:55 +0200)
commit7555d6b79ba30bd6020cacc908985b454e18162a
tree2326e8ce766b0729c53a62b940d5a115425d8257
parent077116897f05a4d3f45b72aff9ca05af681a23a5
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>
drivers/gpu/drm/i915/intel_display.c