drm/i915: don't enable FDI & transcoder interrupts after all
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 11 Feb 2011 22:44:51 +0000 (14:44 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 16 Feb 2011 09:25:18 +0000 (09:25 +0000)
commite67189ab9a3bfb7c70ad6a22920c5797160c2eca
tree27381b4b98c326e9027bc1152d0e05e8c555d4cb
parent01eec727d974d245a4b8a909f5219eb56b6a72de
drm/i915: don't enable FDI & transcoder interrupts after all

We can enable some safely, but FDI and transcoder interrupts can occur
and block other interrupts from being detected (like port hotplug
events).  So keep them disabled by default (they can be re-enabled for
debugging display bringup, but should generally be off).

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