drm/i915: add port assertion check when disabling transcoders
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 2 Feb 2011 20:28:03 +0000 (12:28 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 7 Feb 2011 12:06:13 +0000 (12:06 +0000)
When a transcoder is disabled, any ports pointing at it should also be
disabled.  If they're not, we may fail to disable the transcoder,
leading to blank displays.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found