OSDN Git Service

i915: TV hotplug fixes
authorJesse Barnes <jbarnes@nietzche.virtuousgeek.org>
Mon, 12 May 2008 22:47:19 +0000 (15:47 -0700)
committerJesse Barnes <jbarnes@nietzche.virtuousgeek.org>
Mon, 12 May 2008 22:47:19 +0000 (15:47 -0700)
commitd32ce7f621c0d8e42cdf88ce6f1d15638a3d34b7
treed670f833f4bcedb57815567cf0459bf553d7adf2
parenta51e38548cfdece2978e9b5f0d6f0467ba7a7272
i915: TV hotplug fixes

In order to avoid recursive ->detect->interrupt->detect->interrupt->...
we need to disable TV hotplug interrupts in
intel_tv.c:intel_tv_detect_type.  We also need to enable the TV interrupt
detection and hotplug sequence properly in i915_irq.c.
linux-core/intel_tv.c
shared-core/i915_irq.c