aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/files/0959-drm-amd-dal-Enable-Polaris-support-in-the-Kconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-kernel/linux/files/0959-drm-amd-dal-Enable-Polaris-support-in-the-Kconfig.patch')
-rw-r--r--meta-amdfalconx86/recipes-kernel/linux/files/0959-drm-amd-dal-Enable-Polaris-support-in-the-Kconfig.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-amdfalconx86/recipes-kernel/linux/files/0959-drm-amd-dal-Enable-Polaris-support-in-the-Kconfig.patch b/meta-amdfalconx86/recipes-kernel/linux/files/0959-drm-amd-dal-Enable-Polaris-support-in-the-Kconfig.patch
new file mode 100644
index 00000000..87f56ce4
--- /dev/null
+++ b/meta-amdfalconx86/recipes-kernel/linux/files/0959-drm-amd-dal-Enable-Polaris-support-in-the-Kconfig.patch
@@ -0,0 +1,34 @@
+From 96737bab5e7a23e79f5fdeeff2bbae5eaa28a58b Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexander.deucher@amd.com>
+Date: Tue, 15 Mar 2016 11:20:21 -0400
+Subject: [PATCH 0959/1110] drm/amd/dal: Enable Polaris support in the Kconfig
+
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/dal/Kconfig | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/drivers/gpu/drm/amd/dal/Kconfig b/drivers/gpu/drm/amd/dal/Kconfig
+index b108756..939d5c6 100644
+--- a/drivers/gpu/drm/amd/dal/Kconfig
++++ b/drivers/gpu/drm/amd/dal/Kconfig
+@@ -46,6 +46,16 @@ config DRM_AMD_DAL_DCE11_0
+ CZ family
+ for display engine
+
++config DRM_AMD_DAL_DCE11_2
++ bool "Polaris11 family"
++ depends on DRM_AMD_DAL
++ select DRM_AMD_DAL_DCE11_0
++ help
++ Choose this option
++ if you want to have
++ BF family
++ for display engine.
++
+ config DEBUG_KERNEL_DAL
+ bool "Enable kgdb break in DAL"
+ depends on DRM_AMD_DAL
+--
+2.7.4
+