Re: [PATCH v3] drm/amdkfd: Add GPU reset SMI event

2020-08-28 Thread Felix Kuehling
Am 2020-08-28 um 1:53 p.m. schrieb Mukul Joshi: > Add support for reporting GPU reset events through SMI. KFD > would report both pre and post GPU reset events. > > Signed-off-by: Mukul Joshi Minor coding-style nit-picks inline. With those fixed, this patch is Reviewed-by: Felix Kuehling And

[PATCH v3] drm/amdkfd: Add GPU reset SMI event

2020-08-28 Thread Mukul Joshi
Add support for reporting GPU reset events through SMI. KFD would report both pre and post GPU reset events. Signed-off-by: Mukul Joshi --- drivers/gpu/drm/amd/amdkfd/kfd_device.c | 5 +++ drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 ++ drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c | 35