aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3450-drm-amd-display-Remove-return-when-no-EDID-read.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3450-drm-amd-display-Remove-return-when-no-EDID-read.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3450-drm-amd-display-Remove-return-when-no-EDID-read.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3450-drm-amd-display-Remove-return-when-no-EDID-read.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3450-drm-amd-display-Remove-return-when-no-EDID-read.patch
new file mode 100644
index 00000000..42203b65
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3450-drm-amd-display-Remove-return-when-no-EDID-read.patch
@@ -0,0 +1,28 @@
+From ed1dd3b7fa9d7958efedeb28076b98696e307709 Mon Sep 17 00:00:00 2001
+From: Martin Tsai <martin.tsai@amd.com>
+Date: Wed, 17 Jan 2018 13:55:26 +0800
+Subject: [PATCH 3450/4131] drm/amd/display: Remove return when no EDID read.
+
+Signed-off-by: Martin Tsai <martin.tsai@amd.com>
+Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+index 0023754..a678fc0 100644
+--- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
++++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+@@ -678,8 +678,6 @@ bool dc_link_detect(struct dc_link *link, enum dc_detect_reason reason)
+ case EDID_NO_RESPONSE:
+ dm_logger_write(link->ctx->logger, LOG_ERROR,
+ "No EDID read.\n");
+- return false;
+-
+ default:
+ break;
+ }
+--
+2.7.4
+