Skip to content

Commit 91e2c19

Browse files
amd-yahuilalexdeucher
authored andcommitted
include/uapi/linux: Update KFD ioctl version
Bump KFD ioctl after adding SMI events support Signed-off-by: Amber Lin <[email protected]> Reviewed-by: Felix Kuehling <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 938a065 commit 91e2c19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

include/uapi/linux/kfd_ioctl.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@
2626
#include <drm/drm.h>
2727
#include <linux/ioctl.h>
2828

29+
/*
30+
* - 1.1 - initial version
31+
* - 1.3 - Add SMI events support
32+
*/
2933
#define KFD_IOCTL_MAJOR_VERSION 1
30-
#define KFD_IOCTL_MINOR_VERSION 1
34+
#define KFD_IOCTL_MINOR_VERSION 3
3135

3236
struct kfd_ioctl_get_version_args {
3337
__u32 major_version; /* from KFD */

0 commit comments

Comments
 (0)