diff options
author | Lee Shawn C <[email protected]> | 2023-06-06 18:42:38 +0800 |
---|---|---|
committer | Radhakrishna Sripada <[email protected]> | 2023-06-20 14:12:12 -0700 |
commit | 528208717eae89ceb969423c643c2725a8e64ccf (patch) | |
tree | ce9b9dcfe347e54fee6555da74277aefa162b11c | |
parent | d77721c118e77757adf294d33d894220fd48e87e (diff) |
drm/i915/mtl: update DP 2.0 vswing table for C20 phy
Update preset 15 setting to align the latest bspec value.
Bspec: 74104
Signed-off-by: Lee Shawn C <[email protected]>
Cc: Mika Kahola <[email protected]>
Cc: Clint Taylor <[email protected]>
Cc: Radhakrishna Sripada <[email protected]>
Cc: Uma Shankar <[email protected]>
Reviewed-by: Mika Kahola <[email protected]>
Signed-off-by: Radhakrishna Sripada <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c index b7d20485bde5..be73939ba3de 100644 --- a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c +++ b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c @@ -1072,7 +1072,7 @@ static const union intel_ddi_buf_trans_entry _mtl_c20_trans_uhbr[] = { { .snps = { 37, 4, 7 } }, /* preset 12 */ { .snps = { 33, 4, 11 } }, /* preset 13 */ { .snps = { 40, 8, 0 } }, /* preset 14 */ - { .snps = { 28, 2, 2 } }, /* preset 15 */ + { .snps = { 30, 2, 2 } }, /* preset 15 */ }; /* HDMI2.0 */ |