RE: [PATCH] drm/amdkfd: Copy HW exception data to user event

2023-11-17 Thread Yat Sin, David
PM > To: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/amdkfd: Copy HW exception data to user event > > On 2023-11-17 00:20, David Yat Sin wrote: > > Fixes issue where user events of type KFD_EVENT_TYPE_HW_EXCEPTION do > > not have valid data > > > > Sig

Re: [PATCH] drm/amdkfd: Copy HW exception data to user event

2023-11-17 Thread Eric Huang
On 2023-11-17 00:20, David Yat Sin wrote: Fixes issue where user events of type KFD_EVENT_TYPE_HW_EXCEPTION do not have valid data Signed-off-by: David Yat Sin --- drivers/gpu/drm/amd/amdkfd/kfd_events.c | 4 1 file changed, 4 insertions(+) diff --git

Re: [PATCH] drm/amdkfd: Copy HW exception data to user event

2023-11-17 Thread Felix Kuehling
On 2023-11-17 00:20, David Yat Sin wrote: Fixes issue where user events of type KFD_EVENT_TYPE_HW_EXCEPTION do not have valid data Signed-off-by: David Yat Sin Looks good to me. Do you need a KFD API version bump so ROCr can decide whether the information is valid? Regards,   Felix ---

Re: [PATCH] drm/amdkfd: Copy HW exception data to user event

2023-11-16 Thread Lazar, Lijo
On 11/17/2023 10:50 AM, David Yat Sin wrote: Fixes issue where user events of type KFD_EVENT_TYPE_HW_EXCEPTION do not have valid data Signed-off-by: David Yat Sin Reviewed-by: Lijo Lazar Thanks, Lijo --- drivers/gpu/drm/amd/amdkfd/kfd_events.c | 4 1 file changed, 4