Commit 91e2c191 authored by Amber Lin's avatar Amber Lin Committed by Alex Deucher
Browse files

include/uapi/linux: Update KFD ioctl version



Bump KFD ioctl after adding SMI events support

Signed-off-by: default avatarAmber Lin <Amber.Lin@amd.com>
Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 938a0650
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 */