From c52bcef72afafd89cc3bb71313581ad56eecf725 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Tue, 5 May 2015 17:17:28 +0300 Subject: [PATCH] drm/i915: Remove the double register write from intel_disable_hdmi() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed