summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@amd.com>2014-06-23 15:32:18 +0300
committerOded Gabbay <oded.gabbay@amd.com>2014-06-26 23:48:11 +0300
commitad4f2eabf768ede18f013e2efb8bfb1416245efa (patch)
treed83bcb6d16b9c00fcaa55b297615653ad34e153d
parenta5e7e4632b156b434470f44db7b2537c8a18623f (diff)
hsa/radeon: Update module version to 0.6.1v0.6.1
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
-rw-r--r--drivers/gpu/hsa/radeon/kfd_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/hsa/radeon/kfd_module.c b/drivers/gpu/hsa/radeon/kfd_module.c
index 62eba985da23..a1f3e94c9f0b 100644
--- a/drivers/gpu/hsa/radeon/kfd_module.c
+++ b/drivers/gpu/hsa/radeon/kfd_module.c
@@ -28,10 +28,10 @@
#define KFD_DRIVER_AUTHOR "AMD Inc. and others"
#define KFD_DRIVER_DESC "Standalone HSA driver for AMD's GPUs"
-#define KFD_DRIVER_DATE "20140424"
+#define KFD_DRIVER_DATE "20140623"
#define KFD_DRIVER_MAJOR 0
#define KFD_DRIVER_MINOR 6
-#define KFD_DRIVER_PATCHLEVEL 0
+#define KFD_DRIVER_PATCHLEVEL 1
const struct kfd2kgd_calls *kfd2kgd;
static const struct kgd2kfd_calls kgd2kfd = {