From: Ville Syrjälä Date: Tue, 5 May 2015 14:17:28 +0000 (+0300) Subject: drm/i915: Remove the double register write from intel_disable_hdmi() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~37^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c52bcef72afafd89cc3bb71313581ad56eecf725;p=pandora-kernel.git 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ä Reviewed-by: Jesse Barnes [danvet: Resolve conflict with the remove CHV if block.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed