summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
diff options
context:
space:
mode:
authorOded Gabbay2015-04-21 14:09:48 +0200
committerOded Gabbay2015-05-19 12:02:30 +0200
commit7591cd2cd59d77c52141d9c2c759c14f981c1a13 (patch)
tree7892d8b7a16ea0177677464b56fc3a39b4e23116 /drivers/gpu/drm/amd/amdkfd
parentdrm/amdkfd: Implement events IOCTLs (diff)
downloadkernel-qcow2-linux-7591cd2cd59d77c52141d9c2c759c14f981c1a13.tar.gz
kernel-qcow2-linux-7591cd2cd59d77c52141d9c2c759c14f981c1a13.tar.xz
kernel-qcow2-linux-7591cd2cd59d77c52141d9c2c759c14f981c1a13.zip
drm/amdkfd: change driver version to 0.7.2
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_module.c4
1 files 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 e4fc96ec4073..ca8410e8683d 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,