mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue