RE: [PATCH V7 5/9] drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty

2025-02-20 Thread Zhang, Jesse(Jie)
Zhang, > Jesse(Jie) ; Zhang, Jesse(Jie) > > Subject: RE: [PATCH V7 5/9] drm/amdgpu: Update amdgpu_job_timedout to > check if the ring is guilty > > > -Original Message- > > From: jesse.zh...@amd.com > > Sent: Thursday, February 13, 2025 12:47 AM &g

RE: [PATCH V7 5/9] drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty

2025-02-20 Thread Deucher, Alexander
Deucher, Alexander ; Kuehling, Felix > > ; Kim, Jonathan ; Zhu, > > Jiadong ; Zhang, Jesse(Jie) > > ; Deucher, Alexander > ; > > Zhang, Jesse(Jie) > > Subject: [PATCH V7 5/9] drm/amdgpu: Update amdgpu_job_timedout to > > check if the ring is guilty > > &g

RE: [PATCH V7 5/9] drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty

2025-02-19 Thread Deucher, Alexander
ander ; Zhang, Jesse(Jie) > > Subject: [PATCH V7 5/9] drm/amdgpu: Update amdgpu_job_timedout to check if the > ring is guilty > > From: "jesse.zh...@amd.com" > > This patch updates the `amdgpu_job_timedout` function to check if the ring is > actually guilty of causing

[PATCH V7 5/9] drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guilty

2025-02-12 Thread jesse.zhang
From: "jesse.zh...@amd.com" This patch updates the `amdgpu_job_timedout` function to check if the ring is actually guilty of causing the timeout. If not, it skips error handling and fence completion. Suggested-by: Alex Deucher Signed-off-by: Jesse Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_j