aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2488-drm-amd-display-add-hubp-dpp-pg-debug-key.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2488-drm-amd-display-add-hubp-dpp-pg-debug-key.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2488-drm-amd-display-add-hubp-dpp-pg-debug-key.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2488-drm-amd-display-add-hubp-dpp-pg-debug-key.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2488-drm-amd-display-add-hubp-dpp-pg-debug-key.patch
new file mode 100644
index 00000000..73d1f227
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2488-drm-amd-display-add-hubp-dpp-pg-debug-key.patch
@@ -0,0 +1,28 @@
+From 9067b899450606f82771f82a6986a982073a50d7 Mon Sep 17 00:00:00 2001
+From: Charlene Liu <charlene.liu@amd.com>
+Date: Wed, 20 Sep 2017 16:15:18 -0400
+Subject: [PATCH 2488/4131] drm/amd/display: add hubp/dpp pg debug key
+
+Signed-off-by: Charlene Liu <charlene.liu@amd.com>
+Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
+Acked-by: Harry Wentland <Harry.Wentland@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/dc.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
+index dae931c..5d063c2 100644
+--- a/drivers/gpu/drm/amd/display/dc/dc.h
++++ b/drivers/gpu/drm/amd/display/dc/dc.h
+@@ -191,6 +191,8 @@ struct dc_debug {
+ bool disable_dmcu;
+ bool disable_psr;
+ bool force_abm_enable;
++ bool disable_hbup_pg;
++ bool disable_dpp_pg;
+ };
+ struct dc_state;
+ struct resource_pool;
+--
+2.7.4
+