summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorAmber Lin <Amber.Lin@amd.com>2020-04-20 19:42:46 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-07-15 13:27:34 -0400
commit91e2c1919230c719c32a3076657f51d4c6074513 (patch)
treec06bcbb9e8dbae43c4a91b62f09ac0533b1e4b9f /include/uapi
parent938a0650aae6275ba8e924685836bdee2c6aa3db (diff)
downloadlinux-stable-91e2c1919230c719c32a3076657f51d4c6074513.tar.gz
linux-stable-91e2c1919230c719c32a3076657f51d4c6074513.tar.bz2
linux-stable-91e2c1919230c719c32a3076657f51d4c6074513.zip
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>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/kfd_ioctl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h
index 733c183d165e..f738c3b53f4e 100644
--- a/include/uapi/linux/kfd_ioctl.h
+++ b/include/uapi/linux/kfd_ioctl.h
@@ -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 */