aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4893-drm-amd-display-Add-avoid_vbios_exec_table-debug-bit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4893-drm-amd-display-Add-avoid_vbios_exec_table-debug-bit.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4893-drm-amd-display-Add-avoid_vbios_exec_table-debug-bit.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4893-drm-amd-display-Add-avoid_vbios_exec_table-debug-bit.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4893-drm-amd-display-Add-avoid_vbios_exec_table-debug-bit.patch
new file mode 100644
index 00000000..b17d9a63
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4893-drm-amd-display-Add-avoid_vbios_exec_table-debug-bit.patch
@@ -0,0 +1,29 @@
+From 08f3b79d6b583049b75b7fe9faa58ff5595a61da Mon Sep 17 00:00:00 2001
+From: Tony Cheng <tony.cheng@amd.com>
+Date: Thu, 14 Jun 2018 16:06:10 -0400
+Subject: [PATCH 4893/5725] drm/amd/display: Add avoid_vbios_exec_table debug
+ bit
+
+Signed-off-by: Tony Cheng <tony.cheng@amd.com>
+Reviewed-by: Yongqiang Sun <yongqiang.sun@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 2af5e60..4192bbd 100644
+--- a/drivers/gpu/drm/amd/display/dc/dc.h
++++ b/drivers/gpu/drm/amd/display/dc/dc.h
+@@ -250,6 +250,7 @@ struct dc_debug {
+ bool always_use_regamma;
+ bool p010_mpo_support;
+ bool recovery_enabled;
++ bool avoid_vbios_exec_table;
+
+ };
+ struct dc_state;
+--
+2.7.4
+