aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-11-06 17:53:33 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-08 04:20:12 -0500
commit67e92af01cb6f7e9a5fd5c930c43cd6f6ef45929 (patch)
tree4f38b09eeb95365087a92d27744afd37c3ca40e8 /drivers/gpu/drm/i915/i915_reg.h
parentde6e2eaf2c420bb8b0d4485913ef312a5539b489 (diff)
drm/i915: Apply display workaround required according to the B-Spec.
Not known to fix any current bugs. Signed-off-by: Eric Anholt <eric@anholt.net> 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 09e2a5502652..61fe2619bb63 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -2609,6 +2609,8 @@
2609#define GTIER 0x4401c 2609#define GTIER 0x4401c
2610 2610
2611#define ILK_DISPLAY_CHICKEN2 0x42004 2611#define ILK_DISPLAY_CHICKEN2 0x42004
2612/* Required on all Ironlake and Sandybridge according to the B-Spec. */
2613#define ILK_ELPIN_409_SELECT (1 << 25)
2612#define ILK_DPARB_GATE (1<<22) 2614#define ILK_DPARB_GATE (1<<22)
2613#define ILK_VSDPFD_FULL (1<<21) 2615#define ILK_VSDPFD_FULL (1<<21)
2614#define ILK_DSPCLK_GATE 0x42020 2616#define ILK_DSPCLK_GATE 0x42020