RE: [PATCH] drm/amdgpu/job: fix is_guilty logic change (v2)

2025-02-24 Thread Zhang, Jesse(Jie)
: fix is_guilty logic change (v2) Incrementing the gpu_reset counter needs to be in the is_guilty block. Alos move the fence error before the reset to keep the original ordering. Fixes: f447ba2bbd48 ("drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty") Cc: Jesse Zha

RE: [PATCH] drm/amdgpu/job: fix is_guilty logic change (v2)

2025-02-24 Thread Zhang, Jesse(Jie)
: fix is_guilty logic change (v2) Incrementing the gpu_reset counter needs to be in the is_guilty block. Alos move the fence error before the reset to keep the original ordering. Fixes: f447ba2bbd48 ("drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty") Cc: Jesse Zha

RE: [PATCH] drm/amdgpu/job: fix is_guilty logic change (v2)

2025-02-24 Thread Zhang, Jesse(Jie)
: fix is_guilty logic change (v2) Incrementing the gpu_reset counter needs to be in the is_guilty block. Alos move the fence error before the reset to keep the original ordering. Fixes: f447ba2bbd48 ("drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty") Cc: Jesse Zha

[PATCH] drm/amdgpu/job: fix is_guilty logic change (v2)

2025-02-21 Thread Alex Deucher
Incrementing the gpu_reset counter needs to be in the is_guilty block. Alos move the fence error before the reset to keep the original ordering. Fixes: f447ba2bbd48 ("drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty") Cc: Jesse Zhang Signed-off-by: Alex Deucher --- driver