aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2362-drm-amd-display-set-CP2520-Test-pattern-to-use-DP_TE.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2362-drm-amd-display-set-CP2520-Test-pattern-to-use-DP_TE.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2362-drm-amd-display-set-CP2520-Test-pattern-to-use-DP_TE.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2362-drm-amd-display-set-CP2520-Test-pattern-to-use-DP_TE.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2362-drm-amd-display-set-CP2520-Test-pattern-to-use-DP_TE.patch
new file mode 100644
index 00000000..48cc1fb0
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2362-drm-amd-display-set-CP2520-Test-pattern-to-use-DP_TE.patch
@@ -0,0 +1,30 @@
+From ba9dad80350bab7d81b88c0efa9d9e71582458e9 Mon Sep 17 00:00:00 2001
+From: Wenjing Liu <Wenjing.Liu@amd.com>
+Date: Thu, 31 Aug 2017 16:49:56 -0400
+Subject: [PATCH 2362/4131] 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>
+---
+ drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+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 1aec586..38ccc01 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
+@@ -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;
+--
+2.7.4
+