Re: [PATCH v2] drm/v3d: Add job to pending list if the reset was skipped

2025-05-02 Thread Maíra Canal
Hi, On 30/04/25 17:51, Maíra Canal wrote: When a CL/CSD job times out, we check if the GPU has made any progress since the last timeout. If so, instead of resetting the hardware, we skip the reset and let the timer get rearmed. This gives long-running jobs a chance to complete. However, when `t

Re: [PATCH v2] drm/v3d: Add job to pending list if the reset was skipped

2025-05-01 Thread Tvrtko Ursulin
On 30/04/2025 21:51, Maíra Canal wrote: When a CL/CSD job times out, we check if the GPU has made any progress since the last timeout. If so, instead of resetting the hardware, we skip the reset and let the timer get rearmed. This gives long-running jobs a chance to complete. However, when `ti

[PATCH v2] drm/v3d: Add job to pending list if the reset was skipped

2025-04-30 Thread Maíra Canal
When a CL/CSD job times out, we check if the GPU has made any progress since the last timeout. If so, instead of resetting the hardware, we skip the reset and let the timer get rearmed. This gives long-running jobs a chance to complete. However, when `timedout_job()` is called, the job in question