From: Keith Packard Date: Sat, 6 Aug 2011 17:35:34 +0000 (-0700) Subject: drm/i915: Fix PCH port pipe select in CPT disable paths X-Git-Tag: v3.1-rc3~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1519b9956eb4b4180fa3f47c73341463cdcfaa37;p=pandora-kernel.git drm/i915: Fix PCH port pipe select in CPT disable paths CPT pipe select is different from previous generations (using two bits instead of one). All of the paths from intel_disable_pch_ports were not making this distinction. Mode setting with pipe A turned off would then also force all outputs on pipe B to get turned off as the disable code would mistakenly decide that all of these outputs were on pipe A and turn them off. This is an extension of the CPT DP disable fix (why didn't I fix this then?) Signed-off-by: Keith Packard Reviewed-by: Jesse Barnes --- Reading git-diff-tree failed