diff options
| author | Adam Jackson <ajax@redhat.com> | 2009-11-20 00:22:44 -0500 |
|---|---|---|
| committer | Eric Anholt <eric@anholt.net> | 2009-12-01 12:49:36 -0500 |
| commit | 27dfaf4f5825a119305db1bc63bef30ed400e376 (patch) | |
| tree | 9d7831fac44d94c25412d65236ee52f0f8cf2169 /drivers | |
| parent | 28cf798f5a9bd894ee90b27667b0d36b4933ae23 (diff) | |
drm/i915: disable the interrupt hotplug for integrated TV output
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 120c77dabcff..6b596020d362 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
| @@ -877,7 +877,6 @@ | |||
| 877 | HDMID_HOTPLUG_INT_EN | \ | 877 | HDMID_HOTPLUG_INT_EN | \ |
| 878 | SDVOB_HOTPLUG_INT_EN | \ | 878 | SDVOB_HOTPLUG_INT_EN | \ |
| 879 | SDVOC_HOTPLUG_INT_EN | \ | 879 | SDVOC_HOTPLUG_INT_EN | \ |
| 880 | TV_HOTPLUG_INT_EN | \ | ||
| 881 | CRT_HOTPLUG_INT_EN) | 880 | CRT_HOTPLUG_INT_EN) |
| 882 | 881 | ||
| 883 | 882 | ||
