drm/amdkfd: Bump KFD API version for SMI profiling event
authorPhilip Yang <Philip.Yang@amd.com>
Wed, 19 Jan 2022 17:57:26 +0000 (12:57 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Jun 2022 19:31:37 +0000 (15:31 -0400)
Indicate SMI profiling events available.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
include/uapi/linux/kfd_ioctl.h

index 280edda46faf78d20cea8c7c788d3dc5e72520d9..d993a0d50994bd9940189cba40d67aeec0456398 100644 (file)
  * - 1.7 - Checkpoint Restore (CRIU) API
  * - 1.8 - CRIU - Support for SDMA transfers with GTT BOs
  * - 1.9 - Add available memory ioctl
+ * - 1.10 - Add SMI profiler event log
  */
 #define KFD_IOCTL_MAJOR_VERSION 1
-#define KFD_IOCTL_MINOR_VERSION 9
+#define KFD_IOCTL_MINOR_VERSION 10
 
 struct kfd_ioctl_get_version_args {
        __u32 major_version;    /* from KFD */