Skip to content

Commit

Permalink
include/uapi/linux: Update KFD ioctl version
Browse files Browse the repository at this point in the history
Bump KFD ioctl after adding SMI events support

Signed-off-by: Amber Lin <Amber.Lin@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Amber Lin authored and Alex Deucher committed Jul 15, 2020
1 parent 938a065 commit 91e2c19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/uapi/linux/kfd_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@
#include <drm/drm.h>
#include <linux/ioctl.h>

/*
* - 1.1 - initial version
* - 1.3 - Add SMI events support
*/
#define KFD_IOCTL_MAJOR_VERSION 1
#define KFD_IOCTL_MINOR_VERSION 1
#define KFD_IOCTL_MINOR_VERSION 3

struct kfd_ioctl_get_version_args {
__u32 major_version; /* from KFD */
Expand Down

0 comments on commit 91e2c19

Please sign in to comment.