]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Inline the required bits of intel_ddi_post_disable() into intel_ddi_fdi_pos...
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Oct 2017 12:12:02 +0000 (15:12 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Oct 2017 17:53:14 +0000 (20:53 +0300)
commit6f310797658b74f8d70a309898511a9443a2c0fb
tree669f185b171f176d798aa1b25956471713c8f5d8
parentc44475e26243a2c0133e2d447887871b254cd020
drm/i915: Inline the required bits of intel_ddi_post_disable() into intel_ddi_fdi_post_disable()

To untangle the mess that is intel_ddi_post_disable() move the the bits
needed by FDI into intel_ddi_fdi_post_disable(). This way we can stop
worrying about FDI in intel_ddi_post_disable().

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171010121207.570-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_ddi.c