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

v2: fix kfd minor version duplication

Change-Id: Ia1ef2d58ef5fde6d4a39393a3b2044e00ec63ce0
Signed-off-by: Amber Lin <Amber.Lin@amd.com>
Signed-off-by: Jonathan Kim <Jonathan.Kim@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
  • Loading branch information
ascollard authored and fxkamd committed May 19, 2020
1 parent 490d7e2 commit 00592c9
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 <linux/types.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 2
#define KFD_IOCTL_MINOR_VERSION 3

/*
* Debug revision change log
Expand Down

0 comments on commit 00592c9

Please sign in to comment.