commit | 47a05eca72991039e788b25232061f9c9df9ec23 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Feb 07 13:46:40 2011 -0800 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 11 20:32:44 2011 +0000 |
tree | 27aff34a2bae8ce6d7f40eb2a11938a98bcaee1b | |
parent | bed636abeaa3d8e8279e95380cb10ecb20d1b276 [diff] |
drm/i915: disable PCH ports if needed when disabling a CRTC Disable any PCH ports associated with a pipe when disabling it. This should prevent transcoder disable failures due to ports still being on. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> [ickle: introduce *_PIPE_ENABLED() macro] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>