diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-01-24 08:29:31 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-01-24 16:29:40 -0500 |
commit | b906487c515711d79e31ceb9fe75738574b5c3a2 (patch) | |
tree | d8a55b8712a7d735bfa12b30bd0d5f4c0793fedf /drivers/gpu | |
parent | f12c47b279ad851f86026b2b142a81f6a63772b9 (diff) |
drm/i915: VLV_VIDEO_DIP_CTL is for VLV only
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 425ea99e80e8..b97c67ee206a 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -3700,13 +3700,13 @@ | |||
3700 | #define TVIDEO_DIP_DATA(pipe) _PIPE(pipe, _VIDEO_DIP_DATA_A, _VIDEO_DIP_DATA_B) | 3700 | #define TVIDEO_DIP_DATA(pipe) _PIPE(pipe, _VIDEO_DIP_DATA_A, _VIDEO_DIP_DATA_B) |
3701 | #define TVIDEO_DIP_GCP(pipe) _PIPE(pipe, _VIDEO_DIP_GCP_A, _VIDEO_DIP_GCP_B) | 3701 | #define TVIDEO_DIP_GCP(pipe) _PIPE(pipe, _VIDEO_DIP_GCP_A, _VIDEO_DIP_GCP_B) |
3702 | 3702 | ||
3703 | #define VLV_VIDEO_DIP_CTL_A 0x60200 | 3703 | #define VLV_VIDEO_DIP_CTL_A (VLV_DISPLAY_BASE + 0x60200) |
3704 | #define VLV_VIDEO_DIP_DATA_A 0x60208 | 3704 | #define VLV_VIDEO_DIP_DATA_A (VLV_DISPLAY_BASE + 0x60208) |
3705 | #define VLV_VIDEO_DIP_GDCP_PAYLOAD_A 0x60210 | 3705 | #define VLV_VIDEO_DIP_GDCP_PAYLOAD_A (VLV_DISPLAY_BASE + 0x60210) |
3706 | 3706 | ||
3707 | #define VLV_VIDEO_DIP_CTL_B 0x61170 | 3707 | #define VLV_VIDEO_DIP_CTL_B (VLV_DISPLAY_BASE + 0x61170) |
3708 | #define VLV_VIDEO_DIP_DATA_B 0x61174 | 3708 | #define VLV_VIDEO_DIP_DATA_B (VLV_DISPLAY_BASE + 0x61174) |
3709 | #define VLV_VIDEO_DIP_GDCP_PAYLOAD_B 0x61178 | 3709 | #define VLV_VIDEO_DIP_GDCP_PAYLOAD_B (VLV_DISPLAY_BASE + 0x61178) |
3710 | 3710 | ||
3711 | #define VLV_TVIDEO_DIP_CTL(pipe) \ | 3711 | #define VLV_TVIDEO_DIP_CTL(pipe) \ |
3712 | _PIPE(pipe, VLV_VIDEO_DIP_CTL_A, VLV_VIDEO_DIP_CTL_B) | 3712 | _PIPE(pipe, VLV_VIDEO_DIP_CTL_A, VLV_VIDEO_DIP_CTL_B) |