✗ CI.checkpatch: warning for drm/sched: Allow drivers to skip the reset with DRM_GPU_SCHED_STAT_NO_HANG (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 8 15:33:13 UTC 2025
== Series Details ==
Series: drm/sched: Allow drivers to skip the reset with DRM_GPU_SCHED_STAT_NO_HANG (rev4)
URL : https://patchwork.freedesktop.org/series/149696/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bf9623d3b5d3a0aaa6d840733a2a3fb8704d595a
Author: Maíra Canal <mcanal at igalia.com>
Date: Tue Jul 8 10:25:48 2025 -0300
drm/panfrost: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
Panfrost can skip the reset if TDR has fired before the free-job worker.
Currently, since Panfrost doesn't take any action on these scenarios, the
job is being leaked, considering that `free_job()` won't be called.
To avoid such leaks, inform the scheduler that the job did not actually
timeout and no reset was performed through the new status code
DRM_GPU_SCHED_STAT_NO_HANG.
Signed-off-by: Maíra Canal <mcanal at igalia.com>
Reviewed-by: Steven Price <steven.price at arm.com>
+ /mt/dim checkpatch a47871d8948c3cd802af1ee3684799cc798067d8 drm-intel
5da8124cfdcf drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
31a35e5254f4 drm/sched: Allow drivers to skip the reset and keep on running
b3398ab45c08 drm/sched: Make timeout KUnit tests faster
-:16: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#16:
[15:42:26] Elapsed time: 15.637s total, 0.002s configuring, 10.387s building, 5.229s running
total: 0 errors, 1 warnings, 0 checks, 32 lines checked
60cad55c3f89 drm/sched: Add new test for DRM_GPU_SCHED_STAT_NO_HANG
62be011678a2 drm/v3d: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
dbccd2c25038 drm/etnaviv: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
95347bd1b3b1 drm/xe: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
bf9623d3b5d3 drm/panfrost: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
More information about the Intel-xe
mailing list