aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorYuanhan Liu <yuanhan.liu@intel.com>2010-10-08 05:21:06 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-08 05:28:30 -0400
commit2d7b8366ae4a9ec2183c30e432a4a9a495c82bcd (patch)
treee9b008cdac958acebbec3348989b892a12708d26 /drivers/gpu/drm/i915/i915_reg.h
parent1510a97182b4ddb5fe3c4e8d05240f7cd6fd13e7 (diff)
drm/i915: Update hotplug interrupts register definitions for Sandybridge
On Sandybridge, the bit definition for hotplug on SDE has changed, so update the code to new definition. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30378 Cc: stable@kernel.org Signed-off-by: Yuanhan Liu <yuanhan.liu@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 88292893b255..47032186a31a 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -2601,6 +2601,10 @@
2601#define SDE_PORTD_HOTPLUG_CPT (1 << 23) 2601#define SDE_PORTD_HOTPLUG_CPT (1 << 23)
2602#define SDE_PORTC_HOTPLUG_CPT (1 << 22) 2602#define SDE_PORTC_HOTPLUG_CPT (1 << 22)
2603#define SDE_PORTB_HOTPLUG_CPT (1 << 21) 2603#define SDE_PORTB_HOTPLUG_CPT (1 << 21)
2604#define SDE_HOTPLUG_MASK_CPT (SDE_CRT_HOTPLUG_CPT | \
2605 SDE_PORTD_HOTPLUG_CPT | \
2606 SDE_PORTC_HOTPLUG_CPT | \
2607 SDE_PORTB_HOTPLUG_CPT)
2604 2608
2605#define SDEISR 0xc4000 2609#define SDEISR 0xc4000
2606#define SDEIMR 0xc4004 2610#define SDEIMR 0xc4004