aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0127-drm-amdkfd-change-driver-version-to-0.7.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0127-drm-amdkfd-change-driver-version-to-0.7.2.patch')
-rw-r--r--meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0127-drm-amdkfd-change-driver-version-to-0.7.2.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0127-drm-amdkfd-change-driver-version-to-0.7.2.patch b/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0127-drm-amdkfd-change-driver-version-to-0.7.2.patch
new file mode 100644
index 00000000..fbe433a8
--- /dev/null
+++ b/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0127-drm-amdkfd-change-driver-version-to-0.7.2.patch
@@ -0,0 +1,30 @@
+From 7591cd2cd59d77c52141d9c2c759c14f981c1a13 Mon Sep 17 00:00:00 2001
+From: Oded Gabbay <oded.gabbay@gmail.com>
+Date: Tue, 21 Apr 2015 15:09:48 +0300
+Subject: [PATCH 0127/1050] drm/amdkfd: change driver version to 0.7.2
+
+Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
+---
+ drivers/gpu/drm/amd/amdkfd/kfd_module.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_module.c b/drivers/gpu/drm/amd/amdkfd/kfd_module.c
+index e4fc96e..ca8410e 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_module.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_module.c
+@@ -29,10 +29,10 @@
+ #define KFD_DRIVER_AUTHOR "AMD Inc. and others"
+
+ #define KFD_DRIVER_DESC "Standalone HSA driver for AMD's GPUs"
+-#define KFD_DRIVER_DATE "20150122"
++#define KFD_DRIVER_DATE "20150421"
+ #define KFD_DRIVER_MAJOR 0
+ #define KFD_DRIVER_MINOR 7
+-#define KFD_DRIVER_PATCHLEVEL 1
++#define KFD_DRIVER_PATCHLEVEL 2
+
+ static const struct kgd2kfd_calls kgd2kfd = {
+ .exit = kgd2kfd_exit,
+--
+1.9.1
+