aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1230-drm-amdkcl-fix-no-in_compat_syscall-for-amdkfd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1230-drm-amdkcl-fix-no-in_compat_syscall-for-amdkfd.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1230-drm-amdkcl-fix-no-in_compat_syscall-for-amdkfd.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1230-drm-amdkcl-fix-no-in_compat_syscall-for-amdkfd.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1230-drm-amdkcl-fix-no-in_compat_syscall-for-amdkfd.patch
new file mode 100644
index 00000000..ed20f9e5
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1230-drm-amdkcl-fix-no-in_compat_syscall-for-amdkfd.patch
@@ -0,0 +1,27 @@
+From c598a37f22dc86ab00d7095f857e13bcb6448cb3 Mon Sep 17 00:00:00 2001
+From: Qiang Yu <Qiang.Yu@amd.com>
+Date: Mon, 12 Dec 2016 15:20:43 +0800
+Subject: [PATCH 1230/4131] drm/amdkcl: fix no in_compat_syscall for amdkfd
+
+Change-Id: I582304500ec84d6941117e568887e2bc526ed839
+Signed-off-by: Qiang Yu <Qiang.Yu@amd.com>
+Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
+Reviewed-by: Ken Wang <Qingqing.Wang@amd.com>
+---
+ drivers/gpu/drm/amd/amdkfd/backport/backport.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdkfd/backport/backport.h b/drivers/gpu/drm/amd/amdkfd/backport/backport.h
+index e1f8c1d..3aa7329 100644
+--- a/drivers/gpu/drm/amd/amdkfd/backport/backport.h
++++ b/drivers/gpu/drm/amd/amdkfd/backport/backport.h
+@@ -2,5 +2,6 @@
+ #define AMDKFD_BACKPORT_H
+
+ #include <linux/version.h>
++#include <kcl/kcl_compat.h>
+
+ #endif
+--
+2.7.4
+