summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorWenjing Liu <Wenjing.Liu@amd.com>2017-08-30 17:49:39 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:17:27 -0400
commit78e685f9a385eb984f69720e463878e5c3ae80b7 (patch)
treedefde4f30b7f093e3b38d7c2e876bd44755ba543 /drivers/gpu/drm
parent890db270a5763ccacda8df7cbfac674ade78744a (diff)
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: 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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
index 527cc0400fd3..1aec586b0367 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
@@ -1756,7 +1756,7 @@ static void dp_test_send_phy_test_pattern(struct dc_link *link)
test_pattern = DP_TEST_PATTERN_CP2520_2;
break;
case PHY_TEST_PATTERN_CP2520_3:
- test_pattern = DP_TEST_PATTERN_CP2520_3;
+ test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4;
break;
default:
test_pattern = DP_TEST_PATTERN_VIDEO_MODE;