aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4414-drm-amdgpu-Add-vega20-to-dc-support-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4414-drm-amdgpu-Add-vega20-to-dc-support-check.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4414-drm-amdgpu-Add-vega20-to-dc-support-check.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4414-drm-amdgpu-Add-vega20-to-dc-support-check.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4414-drm-amdgpu-Add-vega20-to-dc-support-check.patch
new file mode 100644
index 00000000..96066a05
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4414-drm-amdgpu-Add-vega20-to-dc-support-check.patch
@@ -0,0 +1,28 @@
+From 0c2b9c3c203ce89f5ef55ce7008a66eae9bcbc0e Mon Sep 17 00:00:00 2001
+From: Feifei Xu <Feifei.Xu@amd.com>
+Date: Sat, 3 Feb 2018 12:19:46 +0800
+Subject: [PATCH 4414/5725] drm/amdgpu: Add vega20 to dc support check
+
+Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+index eaa8922..0eee9f2 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+@@ -2218,6 +2218,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
+ case CHIP_FIJI:
+ case CHIP_VEGA10:
+ case CHIP_VEGA12:
++ case CHIP_VEGA20:
+ #if defined(CONFIG_DRM_AMD_DC_DCN1_0)
+ case CHIP_RAVEN:
+ #endif
+--
+2.7.4
+