aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3153-amdgpu-dm-Default-PRE_VEGA-ASIC-support-to-y.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3153-amdgpu-dm-Default-PRE_VEGA-ASIC-support-to-y.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3153-amdgpu-dm-Default-PRE_VEGA-ASIC-support-to-y.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3153-amdgpu-dm-Default-PRE_VEGA-ASIC-support-to-y.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3153-amdgpu-dm-Default-PRE_VEGA-ASIC-support-to-y.patch
new file mode 100644
index 00000000..e2602fe4
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3153-amdgpu-dm-Default-PRE_VEGA-ASIC-support-to-y.patch
@@ -0,0 +1,31 @@
+From 3c1d817b715e44e354c51098b8bed9ed686c0968 Mon Sep 17 00:00:00 2001
+From: Harry Wentland <harry.wentland@amd.com>
+Date: Wed, 8 Nov 2017 15:58:25 -0500
+Subject: [PATCH 3153/4131] amdgpu/dm: Default PRE_VEGA ASIC support to 'y'
+
+Even though we default PRE_VEGA support to 'n' upstream in amd-staging
+we want to keep it enabled by default.
+
+Signed-off-by: Harry Wentland <harry.wentland@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
+index 5eba0c6..a855307 100644
+--- a/drivers/gpu/drm/amd/display/Kconfig
++++ b/drivers/gpu/drm/amd/display/Kconfig
+@@ -11,7 +11,7 @@ config DRM_AMD_DC
+
+ config DRM_AMD_DC_PRE_VEGA
+ bool "DC support for Polaris and older ASICs"
+- default n
++ default y
+ help
+ Choose this option to enable the new DC support for older asics
+ by default. This includes Polaris, Carrizo, Tonga, Bonaire,
+--
+2.7.4
+