summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@amd.com>2014-11-23 19:00:04 +0200
committerOded Gabbay <oded.gabbay@amd.com>2014-11-23 19:00:04 +0200
commit86f80646e3f8e5c7d1672cc833e326f2b5f8c9f8 (patch)
tree4f24937b311e501db9339504f82056597fa64e63
parentb19bdc609ce0deb2b5f96fbd46fd951dc1e2f0f4 (diff)
amdkfd: Change driver version to 1.0.0-rc2
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
-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 60c3b6e2da6b..9af299d25254 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_module.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_module.c
@@ -29,11 +29,11 @@
#define KFD_DRIVER_AUTHOR "AMD Inc. and others"
#define KFD_DRIVER_DESC "Standalone HSA driver for AMD's GPUs"
-#define KFD_DRIVER_DATE "20141111"
+#define KFD_DRIVER_DATE "20141123"
#define KFD_DRIVER_MAJOR 1
#define KFD_DRIVER_MINOR 0
#define KFD_DRIVER_PATCHLEVEL 0
-#define KFD_DRIVER_RC_LEVEL "-rc1"
+#define KFD_DRIVER_RC_LEVEL "-rc2"
const struct kfd2kgd_calls *kfd2kgd;
static const struct kgd2kfd_calls kgd2kfd = {