aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2530-drm-amd-display-Add-stereo_support-debug-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2530-drm-amd-display-Add-stereo_support-debug-flag.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2530-drm-amd-display-Add-stereo_support-debug-flag.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2530-drm-amd-display-Add-stereo_support-debug-flag.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2530-drm-amd-display-Add-stereo_support-debug-flag.patch
new file mode 100644
index 00000000..031310c3
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2530-drm-amd-display-Add-stereo_support-debug-flag.patch
@@ -0,0 +1,27 @@
+From 2988a248700eccfc5f3802a1163e3b096be853fa Mon Sep 17 00:00:00 2001
+From: Charlene Liu <charlene.liu@amd.com>
+Date: Sat, 30 Sep 2017 21:03:40 -0400
+Subject: [PATCH 2530/4131] drm/amd/display: Add stereo_support debug flag
+
+Signed-off-by: Charlene Liu <charlene.liu@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 fa9dda2..dfc9d2b 100644
+--- a/drivers/gpu/drm/amd/display/dc/dc.h
++++ b/drivers/gpu/drm/amd/display/dc/dc.h
+@@ -217,6 +217,7 @@ struct dc_debug {
+ bool force_abm_enable;
+ bool disable_hbup_pg;
+ bool disable_dpp_pg;
++ bool stereo_support;
+ };
+ struct dc_state;
+ struct resource_pool;
+--
+2.7.4
+