aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3264-drm-amd-display-Add-debug-flag-for-p010_mpo_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3264-drm-amd-display-Add-debug-flag-for-p010_mpo_support.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3264-drm-amd-display-Add-debug-flag-for-p010_mpo_support.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3264-drm-amd-display-Add-debug-flag-for-p010_mpo_support.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3264-drm-amd-display-Add-debug-flag-for-p010_mpo_support.patch
new file mode 100644
index 00000000..b231e2c5
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3264-drm-amd-display-Add-debug-flag-for-p010_mpo_support.patch
@@ -0,0 +1,28 @@
+From 0bb2ffc1aea1e8d5a1880457143e05e759efb7d4 Mon Sep 17 00:00:00 2001
+From: Geling Li <geling.li@amd.com>
+Date: Thu, 11 Jan 2018 14:21:12 -0500
+Subject: [PATCH 3264/4131] drm/amd/display: Add debug flag for
+ p010_mpo_support
+
+Signed-off-by: AMD\geling <geling.li@amd.com>
+Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/dc.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
+index eb7dad0..3f8f38f 100644
+--- a/drivers/gpu/drm/amd/display/dc/dc.h
++++ b/drivers/gpu/drm/amd/display/dc/dc.h
+@@ -214,6 +214,7 @@ struct dc_debug {
+ bool performance_trace;
+ bool az_endpoint_mute_only;
+ bool always_use_regamma;
++ bool p010_mpo_support;
+ };
+ struct dc_state;
+ struct resource_pool;
+--
+2.7.4
+