aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch
new file mode 100644
index 00000000..e50893d6
--- /dev/null
+++ b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch
@@ -0,0 +1,27 @@
+From 12a32243a95c1322d83893fe446511801aa57127 Mon Sep 17 00:00:00 2001
+From: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
+Date: Mon, 1 May 2017 11:50:17 -0400
+Subject: [PATCH 1275/4131] drm/amdkfd: Support Power8 and ARM64 architectures
+
+Change-Id: Ie0d3bdf0496aa826c678dcdae939a0e4d9fedf55
+Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
+---
+ drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/drivers/gpu/drm/amd/amdkfd/Kconfig
+index dc62fae..95be0dd 100644
+--- a/drivers/gpu/drm/amd/amdkfd/Kconfig
++++ b/drivers/gpu/drm/amd/amdkfd/Kconfig
+@@ -4,7 +4,7 @@
+
+ config HSA_AMD
+ tristate "HSA kernel driver for AMD GPU devices"
+- depends on (DRM_RADEON || DRM_AMDGPU) && X86_64
++ depends on (DRM_RADEON || DRM_AMDGPU) && (X86_64 || PPC64 || ARM64)
+ select DRM_AMDGPU_USERPTR
+ help
+ Enable this if you want to use HSA features on AMD GPU devices.
+--
+2.7.4
+