]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove the double register write from intel_disable_hdmi()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 May 2015 14:17:28 +0000 (17:17 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 21 May 2015 20:55:58 +0000 (22:55 +0200)
commitd2b5745c010f64e4a4ec971f5e2eed40a7914b04
treee6ab89f0b60b904cb0e14f996d1742f3bcb2fd2f
parentd32d52211f7f481db0925c5a58bdd282f8a7887d
drm/i915: Remove the double register write from intel_disable_hdmi()

IBX can have problems with the first write to the port register getting
masked when enabling the port. We are trying to apply the workaround
also when disabling the port where it's not needed, and we also try
to apply it for CPT/PPT as well which don't need it. Just kill it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
[danvet: Resolve conflict with the remove CHV if block.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c