Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-24 Thread Christian König
Am 24.06.24 um 14:24 schrieb Lazar, Lijo: On 6/24/2024 5:31 PM, Christian König wrote: Am 24.06.24 um 13:57 schrieb Lazar, Lijo: On 6/24/2024 5:19 PM, Christian König wrote: Am 24.06.24 um 11:52 schrieb Lazar, Lijo: On 6/24/2024 3:08 PM, Christian König wrote: Am 24.06.24 um 08:34 schrieb La

Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-24 Thread Lazar, Lijo
On 6/24/2024 5:31 PM, Christian König wrote: > Am 24.06.24 um 13:57 schrieb Lazar, Lijo: >> On 6/24/2024 5:19 PM, Christian König wrote: >>> Am 24.06.24 um 11:52 schrieb Lazar, Lijo: On 6/24/2024 3:08 PM, Christian König wrote: > Am 24.06.24 um 08:34 schrieb Lazar, Lijo: >> On 6/24/

Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-24 Thread Christian König
Am 24.06.24 um 13:57 schrieb Lazar, Lijo: On 6/24/2024 5:19 PM, Christian König wrote: Am 24.06.24 um 11:52 schrieb Lazar, Lijo: On 6/24/2024 3:08 PM, Christian König wrote: Am 24.06.24 um 08:34 schrieb Lazar, Lijo: On 6/24/2024 12:01 PM, Vignesh Chander wrote: correctly handle the case when

Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-24 Thread Lazar, Lijo
On 6/24/2024 5:19 PM, Christian König wrote: > Am 24.06.24 um 11:52 schrieb Lazar, Lijo: >> >> On 6/24/2024 3:08 PM, Christian König wrote: >>> Am 24.06.24 um 08:34 schrieb Lazar, Lijo: On 6/24/2024 12:01 PM, Vignesh Chander wrote: > correctly handle the case when trylock fails when gpu

Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-24 Thread Christian König
Am 24.06.24 um 11:52 schrieb Lazar, Lijo: On 6/24/2024 3:08 PM, Christian König wrote: Am 24.06.24 um 08:34 schrieb Lazar, Lijo: On 6/24/2024 12:01 PM, Vignesh Chander wrote: correctly handle the case when trylock fails when gpu is about to be reset by dropping the request instead of using mm

Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-24 Thread Lazar, Lijo
On 6/24/2024 3:08 PM, Christian König wrote: > Am 24.06.24 um 08:34 schrieb Lazar, Lijo: >> >> On 6/24/2024 12:01 PM, Vignesh Chander wrote: >>> correctly handle the case when trylock fails when gpu is >>> about to be reset by dropping the request instead of using mmio >>> >>> Signed-off-by: Vig

Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-24 Thread Christian König
Am 24.06.24 um 08:34 schrieb Lazar, Lijo: On 6/24/2024 12:01 PM, Vignesh Chander wrote: correctly handle the case when trylock fails when gpu is about to be reset by dropping the request instead of using mmio Signed-off-by: Vignesh Chander Reviewed-by: Lijo Lazar Thanks, Lijo --- drive

Re: [PATCH] drm/amdgpu: drop kiq access while in reset

2024-06-23 Thread Lazar, Lijo
On 6/24/2024 12:01 PM, Vignesh Chander wrote: > correctly handle the case when trylock fails when gpu is > about to be reset by dropping the request instead of using mmio > > Signed-off-by: Vignesh Chander Reviewed-by: Lijo Lazar Thanks, Lijo > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_devi