[PATCH 0/3] drm/v3d: CL/CSD job timeout fixes

2020-09-04 Thread Yukimasa Sugizaki
Hi, The current V3D scheduler has two issues where CSD jobs are resubmitted regardless of the previous timed-out flag, and where the timer is not restarted for timed-out CL/CSD jobs (which we wish to continue running). The second one is due to the DRM scheduler API change and fixed in a similar wa

[PATCH 0/3] drm/v3d: CL/CSD job timeout fixes

2020-09-04 Thread Yukimasa Sugizaki
From: Yukimasa Sugizaki Hi, The current V3D scheduler has two issues where CSD jobs are resubmitted regardless of the previous timed-out flag, and where the timer is not restarted for timed-out CL/CSD jobs (which we wish to continue running). The second one is due to the DRM scheduler API change