aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0421-drm-amd-display-Add-mem_input-header-to-non-DCN-buil.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0421-drm-amd-display-Add-mem_input-header-to-non-DCN-buil.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0421-drm-amd-display-Add-mem_input-header-to-non-DCN-buil.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0421-drm-amd-display-Add-mem_input-header-to-non-DCN-buil.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0421-drm-amd-display-Add-mem_input-header-to-non-DCN-buil.patch
new file mode 100644
index 00000000..3170015e
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0421-drm-amd-display-Add-mem_input-header-to-non-DCN-buil.patch
@@ -0,0 +1,31 @@
+From 959ba0998b9ef5a900c3c1d13e4c5ccb19652741 Mon Sep 17 00:00:00 2001
+From: Harry Wentland <harry.wentland@amd.com>
+Date: Tue, 9 May 2017 16:24:06 -0400
+Subject: [PATCH 0421/4131] drm/amd/display: Add mem_input header to non-DCN
+ builds
+
+Signed-off-by: Harry Wentland <harry.wentland@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/inc/core_types.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/inc/core_types.h b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+index 52ac6d1..46bd031 100644
+--- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h
++++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+@@ -31,8 +31,8 @@
+ #include "dcn_calcs.h"
+ #include "ddc_service_types.h"
+ #include "dc_bios_types.h"
+-#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
+ #include "mem_input.h"
++#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
+ #include "mpc.h"
+ #endif
+
+--
+2.7.4
+