mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 22:25:10 +07:00
drm/amd/display: set CP2520 Test pattern to use DP_TEST_PATTERN_HBR2_COMPLIANCE_EYE
Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
8f38b66c82
commit
acea7183b5
@ -1750,7 +1750,7 @@ static void dp_test_send_phy_test_pattern(struct dc_link *link)
|
||||
test_pattern = DP_TEST_PATTERN_80BIT_CUSTOM;
|
||||
break;
|
||||
case PHY_TEST_PATTERN_CP2520_1:
|
||||
test_pattern = DP_TEST_PATTERN_CP2520_1;
|
||||
test_pattern = DP_TEST_PATTERN_HBR2_COMPLIANCE_EYE;
|
||||
break;
|
||||
case PHY_TEST_PATTERN_CP2520_2:
|
||||
test_pattern = DP_TEST_PATTERN_CP2520_2;
|
||||
|
Loading…
Reference in New Issue
Block a user