[PATCH v5 8/11] drm/amdkfd: Bump KFD API version for SMI profiling event

Felix Kuehling felix.kuehling at amd.com
Thu Jun 30 14:45:48 UTC 2022


Am 2022-06-28 um 10:50 schrieb Philip Yang:
> Indicate SMI profiling events available.
>
> Signed-off-by: Philip Yang <Philip.Yang at amd.com>

Reviewed-by: Felix Kuehling <Felix.Kuehling at amd.com>


> ---
>   include/uapi/linux/kfd_ioctl.h | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h
> index f239e260796b..b024e8ba865d 100644
> --- a/include/uapi/linux/kfd_ioctl.h
> +++ b/include/uapi/linux/kfd_ioctl.h
> @@ -35,9 +35,10 @@
>    * - 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 */


More information about the amd-gfx mailing list