aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0041-drm-amd-display-add-newline-to-generic_reg_wait-time.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0041-drm-amd-display-add-newline-to-generic_reg_wait-time.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0041-drm-amd-display-add-newline-to-generic_reg_wait-time.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0041-drm-amd-display-add-newline-to-generic_reg_wait-time.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0041-drm-amd-display-add-newline-to-generic_reg_wait-time.patch
deleted file mode 100644
index 15431388..00000000
--- a/common/recipes-kernel/linux/linux-yocto-4.14.71/0041-drm-amd-display-add-newline-to-generic_reg_wait-time.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 3e8d19344f237fba71695e6e84aba24e1ad30cb9 Mon Sep 17 00:00:00 2001
-From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
-Date: Fri, 2 Dec 2016 10:55:32 -0500
-Subject: [PATCH 0041/4131] drm/amd/display: add newline to generic_reg_wait
- timeout message
-
-Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@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/dc_helper.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/dc_helper.c b/drivers/gpu/drm/amd/display/dc/dc_helper.c
-index 3a80b0c..c5ff7b6 100644
---- a/drivers/gpu/drm/amd/display/dc/dc_helper.c
-+++ b/drivers/gpu/drm/amd/display/dc/dc_helper.c
-@@ -138,7 +138,7 @@ uint32_t generic_reg_wait(const struct dc_context *ctx,
- return reg_val;
- }
-
-- DC_ERR("REG_WAIT timeout %dus * %d tries - %s",
-+ DC_ERR("REG_WAIT timeout %dus * %d tries - %s\n",
- delay_between_poll_us, time_out_num_tries, func_name);
- return reg_val;
- }
---
-2.7.4
-