Re: [Intel-gfx] [PATCH 6/7] drm/i915: add pipe asserts for the crtc enable sequence

2013-04-12 Thread Chris Wilson
On Thu, Apr 11, 2013 at 04:29:09PM +0200, Daniel Vetter wrote: > 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). >

[Intel-gfx] [PATCH 6/7] drm/i915: add pipe asserts for the crtc enable sequence

2013-04-11 Thread Daniel Vetter
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). Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c |