diff options
author | Vijay Purushothaman <vijay.a.purushothaman@intel.com> | 2012-09-27 09:43:09 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-09-28 11:05:08 -0400 |
commit | 17dc92574b696ba07512f7e6cfb7941a6f873f45 (patch) | |
tree | 175a4820a3f9590050903d3213397e4f80788dc5 /drivers/gpu/drm/i915/i915_reg.h | |
parent | 19c03924d4b72eedff517f80edc6b33c14f0fe53 (diff) |
drm/i915: Fixup HDMI output on Valleyview
Fixed correct min, max vco limits and dip ctl reg
Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman@intel.com>
Signed-off-by: Gajanan Bhat <gajanan.bhat@intel.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 0fe4aad8e42..d17bef7f804 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -3683,7 +3683,7 @@ | |||
3683 | #define TVIDEO_DIP_DATA(pipe) _PIPE(pipe, _VIDEO_DIP_DATA_A, _VIDEO_DIP_DATA_B) | 3683 | #define TVIDEO_DIP_DATA(pipe) _PIPE(pipe, _VIDEO_DIP_DATA_A, _VIDEO_DIP_DATA_B) |
3684 | #define TVIDEO_DIP_GCP(pipe) _PIPE(pipe, _VIDEO_DIP_GCP_A, _VIDEO_DIP_GCP_B) | 3684 | #define TVIDEO_DIP_GCP(pipe) _PIPE(pipe, _VIDEO_DIP_GCP_A, _VIDEO_DIP_GCP_B) |
3685 | 3685 | ||
3686 | #define VLV_VIDEO_DIP_CTL_A 0x60220 | 3686 | #define VLV_VIDEO_DIP_CTL_A 0x60200 |
3687 | #define VLV_VIDEO_DIP_DATA_A 0x60208 | 3687 | #define VLV_VIDEO_DIP_DATA_A 0x60208 |
3688 | #define VLV_VIDEO_DIP_GDCP_PAYLOAD_A 0x60210 | 3688 | #define VLV_VIDEO_DIP_GDCP_PAYLOAD_A 0x60210 |
3689 | 3689 | ||