Re: [PATCH] drm/amdgpu/job: move fix is_guilty logic change

2025-02-21 Thread Alex Deucher
typo in the title fixed up locally. Alex On Fri, Feb 21, 2025 at 10:33 AM Alex Deucher wrote: > > Incrementing the gpu_reset counter needs to be > in the is_guilty block. > > Fixes: f447ba2bbd48 ("drm/amdgpu: Update amdgpu_job_timedout to check if the > ring is guilty") > Cc: Jesse Zhang > Sig

[PATCH] drm/amdgpu/job: move fix is_guilty logic change

2025-02-21 Thread Alex Deucher
Incrementing the gpu_reset counter needs to be in the is_guilty block. Fixes: f447ba2bbd48 ("drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty") Cc: Jesse Zhang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] drm/amdgpu/job: move fix is_guilty logic change

2025-02-21 Thread Deucher, Alexander
[Public] Ignore this. Newer version sent. Alex From: Deucher, Alexander Sent: Friday, February 21, 2025 10:32 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Zhang, Jesse(Jie) Subject: [PATCH] drm/amdgpu/job: move fix is_guilty logic change