aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch')
-rw-r--r--common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch b/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch
new file mode 100644
index 00000000..124c151f
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch
@@ -0,0 +1,31 @@
+From 69a7a0ff90fdee4583328df0130dac3ae109bd67 Mon Sep 17 00:00:00 2001
+From: Geert Uytterhoeven <geert+renesas@glider.be>
+Date: Wed, 24 Feb 2016 09:13:45 +0100
+Subject: [PATCH 0330/1110] drm/amd: Do not make DRM_AMD_ACP default to y
+
+By default, not only this driver is enabled on all platforms, but also
+generic PM Domains and Multi-Function Devices.
+
+Drop the "default y" to fix this.
+
+Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/acp/Kconfig | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
+index 2b07813..0f734ee 100644
+--- a/drivers/gpu/drm/amd/acp/Kconfig
++++ b/drivers/gpu/drm/amd/acp/Kconfig
+@@ -2,7 +2,6 @@ menu "ACP Configuration"
+
+ config DRM_AMD_ACP
+ bool "Enable ACP IP support"
+- default y
+ select MFD_CORE
+ select PM_GENERIC_DOMAINS if PM
+ help
+--
+2.7.4
+