]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drm/i915: disable the interrupt hotplug for integrated TV output
authorAdam Jackson <ajax@redhat.com>
Fri, 20 Nov 2009 05:22:44 +0000 (13:22 +0800)
committerEric Anholt <eric@anholt.net>
Tue, 1 Dec 2009 17:49:36 +0000 (09:49 -0800)
Otherwise, I'd get stuck in a loop where (afaict) output scan would
trigger a TV interrupt, which would trigger a scan, etc.  TV load
detection not being the fastest thing in the world, X would process
requests very slowly.

https://bugs.freedesktop.org/show_bug.cgi?id=24404

Signed-off-by: Adam Jackson <ajax@redhat.com>
Acked-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_reg.h

index 120c77dabcffeda76c8aedcca5656025910222b3..6b596020d36258093616464f6aa14caa87d78ab4 100644 (file)
                         HDMID_HOTPLUG_INT_EN |   \
                         SDVOB_HOTPLUG_INT_EN |   \
                         SDVOC_HOTPLUG_INT_EN |   \
-                        TV_HOTPLUG_INT_EN |      \
                         CRT_HOTPLUG_INT_EN)