]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: don't enable the plane too early in i9xx_crtc_mode_set
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 11 Apr 2013 14:29:07 +0000 (16:29 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Apr 2013 07:55:46 +0000 (09:55 +0200)
commitd59f9f4d68ca82985a3b4578caa0485a9cb2b71b
tree58a5e914b17c17be565bf40db42de898bbd147b0
parentbd080ee57c2173cefdcadc39c7863a76c249d049
drm/i915: don't enable the plane too early in i9xx_crtc_mode_set

This is horrible lore and we should be able to get rid of it now
that the lvds/pfit handling code actually does the right thing.

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