Skip to content

Commit

Permalink
drm/amdkfd: Increment KFD IOCTL version to 1.2
Browse files Browse the repository at this point in the history
This version has traditionally been used for ROCm and Linux Pro
releases.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
  • Loading branch information
fxkamd authored and Flora Cui committed Apr 24, 2020
1 parent 22f33c3 commit e5f7eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/kfd_ioctl.h
Expand Up @@ -27,7 +27,7 @@
#include <linux/ioctl.h>

#define KFD_IOCTL_MAJOR_VERSION 1
#define KFD_IOCTL_MINOR_VERSION 1
#define KFD_IOCTL_MINOR_VERSION 2
#define KFD_IOCTL_DBG_MAJOR_VERSION 1
#define KFD_IOCTL_DBG_MINOR_VERSION 0

Expand Down

0 comments on commit e5f7eec

Please sign in to comment.