]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
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)
commit97b040aa391651793e4d463408c137b81517cc90
tree7dfffa72856dbe1b37eb70bbdbd1de9f2b7c0886
parent4fe9467d216af71fb456d626ee26e17178d619f9
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