aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0191-drm-amd-display-Debug-option-to-force-enable-ABM.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0191-drm-amd-display-Debug-option-to-force-enable-ABM.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0191-drm-amd-display-Debug-option-to-force-enable-ABM.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0191-drm-amd-display-Debug-option-to-force-enable-ABM.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0191-drm-amd-display-Debug-option-to-force-enable-ABM.patch
new file mode 100644
index 00000000..f7d02f16
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0191-drm-amd-display-Debug-option-to-force-enable-ABM.patch
@@ -0,0 +1,28 @@
+From 68ab778ed88c3e7671507c4979aaea99ffed40ad Mon Sep 17 00:00:00 2001
+From: Anthony Koo <Anthony.Koo@amd.com>
+Date: Fri, 27 Jan 2017 17:50:03 -0500
+Subject: [PATCH 0191/4131] drm/amd/display: Debug option to force enable ABM
+
+Signed-off-by: Anthony Koo <anthony.koo@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/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 1308af5..d7f8484 100644
+--- a/drivers/gpu/drm/amd/display/dc/dc.h
++++ b/drivers/gpu/drm/amd/display/dc/dc.h
+@@ -143,6 +143,7 @@ struct dc_debug {
+ bool disable_dfs_bypass;
+ bool disable_clock_gate;
+ bool disable_dmcu;
++ bool force_abm_enable;
+ };
+
+ struct dc {
+--
+2.7.4
+