aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0646-drm-amd-display-Change-DTN_INFO-macro.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0646-drm-amd-display-Change-DTN_INFO-macro.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0646-drm-amd-display-Change-DTN_INFO-macro.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0646-drm-amd-display-Change-DTN_INFO-macro.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0646-drm-amd-display-Change-DTN_INFO-macro.patch
deleted file mode 100644
index 3703f5b9..00000000
--- a/common/recipes-kernel/linux/linux-yocto-4.14.71/0646-drm-amd-display-Change-DTN_INFO-macro.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From f08aab5fab1d23ed1630b970fb9fd2f27deaa0e4 Mon Sep 17 00:00:00 2001
-From: Wesley Chalmers <Wesley.Chalmers@amd.com>
-Date: Thu, 20 Jul 2017 17:13:12 -0400
-Subject: [PATCH 0646/4131] drm/amd/display: Change DTN_INFO macro
-
-Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com>
-Reviewed-by: Wesley Chalmers <Wesley.Chalmers@amd.com>
-Acked-by: Harry Wentland <Harry.Wentland@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/display/include/logger_interface.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/display/include/logger_interface.h b/drivers/gpu/drm/amd/display/include/logger_interface.h
-index c861e72..6e6fd4e 100644
---- a/drivers/gpu/drm/amd/display/include/logger_interface.h
-+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
-@@ -124,7 +124,7 @@ void context_clock_trace(
- __VA_ARGS__);
-
- #define DTN_INFO(...) \
-- dm_logger_write(dc_ctx->logger, LOG_DTN, \
-+ dc_raw_log(dc_ctx, LOG_DTN, \
- __VA_ARGS__)
-
- #define DC_SYNC_INFO(...) \
---
-2.7.4
-