aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChon Ming Lee <chon.ming.lee@intel.com>2013-10-29 22:05:19 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-31 08:01:42 -0400
commit93d1f99734296699c3194a17be28cf5e32991199 (patch)
tree57fd7b610d5222e5e9e2414c476bf614350b0176
parentb0665d57cfaf6dac5435fc5dcf0fd656b04eb8cc (diff)
drm/i915/vlv: Fix typo in the DPIO register define.
Incorrect definition DPIO_TX3_SWING_CTL4. From Ville's review: "Based on the specs, the typo meant that HDMI B ended up using "incorrect" de-emphasis for the TMDS data lanes." Signed-off-by: Chon Ming Lee <chon.ming.lee@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> [danvet: Add comment from Ville's review about the impact.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h2
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 3591dbb58f7b..3dfcac7ef3c4 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -444,7 +444,7 @@
444 444
445#define _DPIO_TX3_SWING_CTL4_A 0x690 445#define _DPIO_TX3_SWING_CTL4_A 0x690
446#define _DPIO_TX3_SWING_CTL4_B 0x2a90 446#define _DPIO_TX3_SWING_CTL4_B 0x2a90
447#define DPIO_TX3_SWING_CTL4(pipe) _PIPE(pipe, _DPIO_TX_SWING_CTL4_A, \ 447#define DPIO_TX3_SWING_CTL4(pipe) _PIPE(pipe, _DPIO_TX3_SWING_CTL4_A, \
448 _DPIO_TX3_SWING_CTL4_B) 448 _DPIO_TX3_SWING_CTL4_B)
449 449
450/* 450/*