From: Ville Syrjälä Date: Tue, 5 May 2015 14:17:27 +0000 (+0300) Subject: drm/i915: Remove a bogus 12bpc "toggle" from intel_disable_hdmi() X-Git-Tag: omap-for-v4.2/fixes-rc2-v2~71^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbaefa09d73f8724b3040b80a2521454af61ae4;p=pandora-kernel.git drm/i915: Remove a bogus 12bpc "toggle" from intel_disable_hdmi() The IBX 12bpc port enable toggle is only relevant when enabling the port, not when disabling it. Also this code doesn't actually toggle anything, and essentially just writes the port register one extra time. Furthermore CPT/PPT don't need such workarounds and yet we include them. Just kill it. Signed-off-by: Ville Syrjälä Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed