drm/i915: skip FDI & PCH enabling for DP_A
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 5 Jan 2011 18:31:48 +0000 (10:31 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 19 Jan 2011 12:38:11 +0000 (12:38 +0000)
commitf67a559daaa0e2ba616bfe9438f202bc57bc8c72
tree197097fe78b5e356b5618f922e4ce9dbff2e5982
parent6f06ce184c765fd8d50669a8d12fdd566c920859
drm/i915: skip FDI & PCH enabling for DP_A

eDP on the CPU doesn't need the PCH set up at all, it can in fact cause
problems.  So avoid FDI training and PCH PLL enabling in that case.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c