Skip to content

Commit

Permalink
drm/amdkfd: Change driver version to 1.2.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 Mar 24, 2015
1 parent 459625a commit 1f7c360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/amd/amdkfd/kfd_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "20150313"
#define KFD_DRIVER_DATE "20150324"
#define KFD_DRIVER_MAJOR 1
#define KFD_DRIVER_MINOR 2
#define KFD_DRIVER_PATCHLEVEL 0
#define KFD_DRIVER_RC_LEVEL "-rc3"
#define KFD_DRIVER_RC_LEVEL ""

const struct kfd2kgd_calls *kfd2kgd;
static const struct kgd2kfd_calls kgd2kfd = {
Expand Down

0 comments on commit 1f7c360

Please sign in to comment.