2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-16 17:43:56 +08:00

include/uapi/linux: Update KFD ioctl version

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>
This commit is contained in:
Amber Lin 2020-04-20 19:42:46 -04:00 committed by Alex Deucher
parent 938a0650aa
commit 91e2c19192

View File

@ -26,8 +26,12 @@
#include <drm/drm.h> #include <drm/drm.h>
#include <linux/ioctl.h> #include <linux/ioctl.h>
/*
* - 1.1 - initial version
* - 1.3 - Add SMI events support
*/
#define KFD_IOCTL_MAJOR_VERSION 1 #define KFD_IOCTL_MAJOR_VERSION 1
#define KFD_IOCTL_MINOR_VERSION 1 #define KFD_IOCTL_MINOR_VERSION 3
struct kfd_ioctl_get_version_args { struct kfd_ioctl_get_version_args {
__u32 major_version; /* from KFD */ __u32 major_version; /* from KFD */