Re: [PATCH] drm/amdgpu: Skip execution of pending reset jobs

2023-11-10 Thread Christian König
Am 10.11.23 um 16:07 schrieb Lazar, Lijo: On 11/10/2023 8:18 PM, Christian König wrote: Am 09.11.23 um 08:38 schrieb Lijo Lazar: cancel_work is not backported to all custom kernels. Well this is pretty clear NAK to pushing this upstream. We absolutely can't add workaround for older kernels

Re: [PATCH] drm/amdgpu: Skip execution of pending reset jobs

2023-11-10 Thread Lazar, Lijo
On 11/10/2023 8:18 PM, Christian König wrote: Am 09.11.23 um 08:38 schrieb Lijo Lazar: cancel_work is not backported to all custom kernels. Well this is pretty clear NAK to pushing this upstream. We absolutely can't add workaround for older kernels. You could keep this in the backported

Re: [PATCH] drm/amdgpu: Skip execution of pending reset jobs

2023-11-10 Thread Christian König
Am 09.11.23 um 08:38 schrieb Lijo Lazar: cancel_work is not backported to all custom kernels. Well this is pretty clear NAK to pushing this upstream. We absolutely can't add workaround for older kernels. You could keep this in the backported kernel, but why should cancel_work not be availab

RE: [PATCH] drm/amdgpu: Skip execution of pending reset jobs

2023-11-10 Thread Kamal, Asad
dgpu: Skip execution of pending reset jobs On 11/9/2023 1:08 PM, Lijo Lazar wrote: > cancel_work is not backported to all custom kernels. Add a workaround > to skip execution of already queued recovery jobs, if the device is > already reset. > > Signed-off-by: Lijo Lazar > -

Re: [PATCH] drm/amdgpu: Skip execution of pending reset jobs

2023-11-10 Thread Lazar, Lijo
On 11/9/2023 1:08 PM, Lijo Lazar wrote: cancel_work is not backported to all custom kernels. Add a workaround to skip execution of already queued recovery jobs, if the device is already reset. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 + drivers/gpu/