✗ CI.checkpatch: warning for drm/sched: Job queue peek/pop helpers and struct job re-order
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 14 10:40:39 UTC 2025
== Series Details ==
Series: drm/sched: Job queue peek/pop helpers and struct job re-order
URL : https://patchwork.freedesktop.org/series/144853/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2fd3db60b5fa58e0b4d152f35cf208128405680f
Author: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Date: Fri Feb 14 10:19:44 2025 +0000
drm/sched: Group exported prototypes by object type
Do a bit of house keeping in gpu_scheduler.h by grouping the API by type
of object it operates on.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
Cc: Christian König <christian.koenig at amd.com>
Cc: Danilo Krummrich <dakr at kernel.org>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Philipp Stanner <phasta at kernel.org>
+ /mt/dim checkpatch 57457d93f156d8b4bdff8d138127d81b8f97d8c9 drm-intel
52018c361526 drm/sched: Add internal job peek/pop API
-:73: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#73:
new file mode 100644
-:78: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#78: FILE: drivers/gpu/drm/scheduler/sched_internal.h:1:
+#ifndef _DRM_GPU_SCHEDULER_INTERNAL_H_
total: 0 errors, 2 warnings, 0 checks, 107 lines checked
f164199f3cc7 drm/amdgpu: Pop jobs from the queue more robustly
1cdc78a9b24e drm/sched: Remove a hole from struct drm_sched_job
8ff7c18e55ea drm/sched: Move drm_sched_entity_is_ready to internal header
529d8a528b33 drm/sched: Move internal prototypes to internal header
-:40: CHECK:LINE_SPACING: Please don't use multiple blank lines
#40: FILE: drivers/gpu/drm/scheduler/sched_internal.h:4:
+
total: 0 errors, 0 warnings, 1 checks, 100 lines checked
2fd3db60b5fa drm/sched: Group exported prototypes by object type
More information about the Intel-xe
mailing list