[PATCH 1/3] drm/amdkfd: add event age tracking

2023-06-06 Thread James Zhu
Add event age tracking Signed-off-by: James Zhu --- include/uapi/linux/kfd_ioctl.h | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h index 1781e7669982..eeb2fdcbdcb7 100644 --- a/include/uapi/linux/k

Re: [PATCH 1/3] drm/amdkfd: add event age tracking

2023-06-01 Thread James Zhu
On 2023-06-01 16:58, Felix Kuehling wrote: On 2023-06-01 16:47, James Zhu wrote: Add event age tracking Signed-off-by: James Zhu ---   include/uapi/linux/kfd_ioctl.h | 4 +++-   1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/k

Re: [PATCH 1/3] drm/amdkfd: add event age tracking

2023-06-01 Thread Felix Kuehling
We'll also need a pointer to the user mode changes in some public repo, or a public email code review of the user mode changes. Thanks,   Felix On 2023-06-01 16:58, Felix Kuehling wrote: On 2023-06-01 16:47, James Zhu wrote: Add event age tracking Signed-off-by: James Zhu ---   include/uap

Re: [PATCH 1/3] drm/amdkfd: add event age tracking

2023-06-01 Thread Felix Kuehling
On 2023-06-01 16:47, James Zhu wrote: Add event age tracking Signed-off-by: James Zhu --- include/uapi/linux/kfd_ioctl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h index 7e19a2d1e907..bfbe0006370e 100

[PATCH 1/3] drm/amdkfd: add event age tracking

2023-06-01 Thread James Zhu
Add event age tracking Signed-off-by: James Zhu --- include/uapi/linux/kfd_ioctl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h index 7e19a2d1e907..bfbe0006370e 100644 --- a/include/uapi/linux/kfd_ioctl.h +