提交 78e685f9 编写于 作者: W Wenjing Liu 提交者: Alex Deucher

drm/amd/display: Use TPS4 instead of CP2520_3 for phy pattern 7

[Description]
We originally use TPS4 phy test pattern for test pattern 7.
On RV we switched to a new method to use CP2520.
CP2520 should produce the same result.
However in reality, it fails DP PHY automation test.
We use the original method instead.
Signed-off-by: NWenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 890db270
...@@ -1756,7 +1756,7 @@ static void dp_test_send_phy_test_pattern(struct dc_link *link) ...@@ -1756,7 +1756,7 @@ static void dp_test_send_phy_test_pattern(struct dc_link *link)
test_pattern = DP_TEST_PATTERN_CP2520_2; test_pattern = DP_TEST_PATTERN_CP2520_2;
break; break;
case PHY_TEST_PATTERN_CP2520_3: case PHY_TEST_PATTERN_CP2520_3:
test_pattern = DP_TEST_PATTERN_CP2520_3; test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4;
break; break;
default: default:
test_pattern = DP_TEST_PATTERN_VIDEO_MODE; test_pattern = DP_TEST_PATTERN_VIDEO_MODE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册