drm/i915: fix CPU vs PCH eDP confusion
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 7 Oct 2010 23:01:11 +0000 (16:01 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Oct 2010 08:24:19 +0000 (09:24 +0100)
commit5c5313c8db9bfb549e080fc4cb0a4c3c2aa7a73d
treef3eace6c215f3fdf4e774b6fcdd073ad081dec3d
parent1d85036278f1b3eb3b7c5db805e5c4c847d1415d
drm/i915: fix CPU vs PCH eDP confusion

FDI training needs to done and idle for PCH eDP and before we turn the
pipes on, and various eDP checks need to account for PCH attached eDP.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c