diff options
author | Oded Gabbay <oded.gabbay@amd.com> | 2014-07-27 15:28:56 +0300 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@amd.com> | 2014-07-27 15:28:56 +0300 |
commit | 17c472e5f064a571c76b7f877fe730e8e692cad3 (patch) | |
tree | d2a58d0c7768788a55050bc754e378b0ce3553d6 | |
parent | cf2fe94bd19519744992d66aa5d0f209c99c9f2c (diff) |
hsa/radeon: Update module version to 0.8.0v0.8
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
-rw-r--r-- | drivers/gpu/hsa/radeon/kfd_module.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/hsa/radeon/kfd_module.c b/drivers/gpu/hsa/radeon/kfd_module.c index f5c1df79d4c0..e6a22d49b47e 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 "20140703" +#define KFD_DRIVER_DATE "20140807" #define KFD_DRIVER_MAJOR 0 -#define KFD_DRIVER_MINOR 7 -#define KFD_DRIVER_PATCHLEVEL 3 +#define KFD_DRIVER_MINOR 8 +#define KFD_DRIVER_PATCHLEVEL 0 const struct kfd2kgd_calls *kfd2kgd; static const struct kgd2kfd_calls kgd2kfd = { |