]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: ddi: move pch cleanup before encoder->post_disable
authorImre Deak <imre.deak@intel.com>
Wed, 25 Jun 2014 19:01:50 +0000 (22:01 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Jul 2014 20:05:12 +0000 (22:05 +0200)
commitdf7bb42a17447bde2a99f8c8ac82134852b421aa
tree7dfffa72856dbe1b37eb70bbdbd1de9f2b7c0886
parent2ef2500eea74147a02e8ec077012887d3c69ea4e
drm/i915: ddi: move pch cleanup before encoder->post_disable

This is needed by an upcoming patch that moves the PCH/CRT PLL disabling
into the post_disable hook, after which we want to keep the modeset
sequence at its current state. At this point this won't have an effect
since the PCH/CRT post_disable hook is atm a NOP.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c