aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/1291-drm-amdkcl-KFD-4.10-dkms-fix-for-dma_fence.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/1291-drm-amdkcl-KFD-4.10-dkms-fix-for-dma_fence.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/1291-drm-amdkcl-KFD-4.10-dkms-fix-for-dma_fence.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/1291-drm-amdkcl-KFD-4.10-dkms-fix-for-dma_fence.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/1291-drm-amdkcl-KFD-4.10-dkms-fix-for-dma_fence.patch
new file mode 100644
index 00000000..7e176a3c
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/1291-drm-amdkcl-KFD-4.10-dkms-fix-for-dma_fence.patch
@@ -0,0 +1,42 @@
+From 23f8bf651d397a70d4761ac3e9d636961e0ecc7a Mon Sep 17 00:00:00 2001
+From: Evan Quan <evan.quan@amd.com>
+Date: Thu, 18 May 2017 15:49:14 +0800
+Subject: [PATCH 1291/4131] drm/amdkcl: [KFD] [4.10] dkms fix for dma_fence*
+
+Change-Id: I587c5e1d2fb56782e2377b0a9b44d4b5f89ea152
+Signed-off-by: Evan Quan <evan.quan@amd.com>
+Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
+
+ Conflicts:
+ drivers/gpu/drm/amd/include/kgd_kfd_interface.h
+---
+ drivers/gpu/drm/amd/amdkfd/backport/backport.h | 1 +
+ drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 -
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdkfd/backport/backport.h b/drivers/gpu/drm/amd/amdkfd/backport/backport.h
+index dfb3af7..854c035 100644
+--- a/drivers/gpu/drm/amd/amdkfd/backport/backport.h
++++ b/drivers/gpu/drm/amd/amdkfd/backport/backport.h
+@@ -5,5 +5,6 @@
+ #include <kcl/kcl_compat.h>
+ #include <kcl/kcl_pci.h>
+ #include <kcl/kcl_mn.h>
++#include <kcl/kcl_fence.h>
+
+ #endif
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+index 94d8fce..ec4166c 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+@@ -26,7 +26,6 @@
+ #include <linux/pci.h>
+ #include <linux/slab.h>
+ #include <linux/highmem.h>
+-#include <linux/dma-fence.h>
+ #include "kfd_priv.h"
+ #include "kfd_device_queue_manager.h"
+ #include "kfd_pm4_headers_vi.h"
+--
+2.7.4
+