aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/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-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch
deleted file mode 100644
index e50893d6..00000000
--- a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1275-drm-amdkfd-Support-Power8-and-ARM64-architectures.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
-