Skip to content

Commit

Permalink
hsa/radeon: Update module version to 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
  • Loading branch information
Oded Gabbay committed Jul 27, 2014
1 parent cf2fe94 commit 17c472e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/gpu/hsa/radeon/kfd_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 17c472e

Please sign in to comment.