aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-07-11 10:27:57 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-07-25 12:23:50 -0400
commit540a8950047579a368a9b8fdcc15ab7fdb9921d3 (patch)
tree588294c622e982b01b3cd56eed4f96f47fbe2b2d /drivers/gpu/drm/i915/i915_reg.h
parenta7e806de4e53f7496a6701194d736a92a80db5b3 (diff)
drm/i915: add inte_crt->adpa_reg
With the base addresses shifting around, this is easier to handle. Also move to the real reg offset on vlv. Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index d122c93643e6..81a3de6b093c 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -1552,6 +1552,7 @@
1552/* VGA port control */ 1552/* VGA port control */
1553#define ADPA 0x61100 1553#define ADPA 0x61100
1554#define PCH_ADPA 0xe1100 1554#define PCH_ADPA 0xe1100
1555#define VLV_ADPA (VLV_DISPLAY_BASE + ADPA)
1555 1556
1556#define ADPA_DAC_ENABLE (1<<31) 1557#define ADPA_DAC_ENABLE (1<<31)
1557#define ADPA_DAC_DISABLE 0 1558#define ADPA_DAC_DISABLE 0