drm/i915: factor out FDI disable and add FDI assertions
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 4 Jan 2011 23:09:37 +0000 (15:09 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 19 Jan 2011 12:37:33 +0000 (12:37 +0000)
commit0fc932b8ec36116bb759105ce910b0475e63112a
treec784f43555ffbe56b8cce98d4e21b6e242ae2e20
parent040484af3a4efa65786b6e107fbe74747679e17c
drm/i915: factor out FDI disable and add FDI assertions

Factor out the FDI disable function (make it a mirror of
ironlake_fdi_enable) and add some FDI related assertions to the FDI
training code (we need an active pipe & plane before we start
transmitting bits).

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