From: Ville Syrjälä Date: Tue, 5 May 2015 14:06:23 +0000 (+0300) Subject: drm/i915: Fix 12bpc HDMI enable for IBX X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf868c7ddaa7fd5645fbc01cf2c4ad6ddd64c142;p=pandora-kernel.git drm/i915: Fix 12bpc HDMI enable for IBX Follow the procedure listed in Bspec to toggle the port enable bit off and on when enabling HDMI with 12bpc and pixel repeat on IBX. The old code didn't actually enable the port before "toggling" the bit back off, so the whole workaround was essentially a nop. Also take the opportunity to clarify the code by splitting the gmch platforms to a separate (much more straightforward) function. v2: Rebased due to crtc->config changes Signed-off-by: Ville Syrjälä Reviewed-by: Chandra Konduru Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed