aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0756-drm-amdgpu-add-DCE8-APUs-to-dc_supported-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0756-drm-amdgpu-add-DCE8-APUs-to-dc_supported-check.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0756-drm-amdgpu-add-DCE8-APUs-to-dc_supported-check.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0756-drm-amdgpu-add-DCE8-APUs-to-dc_supported-check.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0756-drm-amdgpu-add-DCE8-APUs-to-dc_supported-check.patch
new file mode 100644
index 00000000..b703f4e4
--- /dev/null
+++ b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0756-drm-amdgpu-add-DCE8-APUs-to-dc_supported-check.patch
@@ -0,0 +1,29 @@
+From 044ea6bc8acaf423d8679b6cdd9bb8ea61daefc9 Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexdeucher@gmail.com>
+Date: Thu, 10 Aug 2017 14:39:48 -0400
+Subject: [PATCH 0756/4131] drm/amdgpu: add DCE8 APUs to dc_supported check
+
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+Reviewed-by: Harry Wentland <harry.wentland@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+index 7fb5c56..d388ca8 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+@@ -1973,6 +1973,9 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
+ #if defined(CONFIG_DRM_AMD_DC)
+ case CHIP_BONAIRE:
+ case CHIP_HAWAII:
++ case CHIP_KAVERI:
++ case CHIP_KABINI:
++ case CHIP_MULLINS:
+ case CHIP_CARRIZO:
+ case CHIP_STONEY:
+ case CHIP_POLARIS11:
+--
+2.7.4
+