✗ CI.checkpatch: warning for PMU Support for per-engine-class activity
Patchwork
patchwork at emeril.freedesktop.org
Mon Jan 6 08:29:11 UTC 2025
== Series Details ==
Series: PMU Support for per-engine-class activity
URL : https://patchwork.freedesktop.org/series/143138/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5a64d5dce99f0fbf62ac5954077beb7e68229d6e
Author: Riana Tauro <riana.tauro at intel.com>
Date: Mon Jan 6 13:25:59 2025 +0530
drm/xe/guc: Bump minimum required GuC version to v70.36.0
The VF API version for this release is 1.17.1
Bump the minimum required version to v70.36.0 to support
engine activity.
Suggested-by: John Harrison <John.C.Harrison at Intel.com>
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch 03abdf4d5729aa0b6006be1933160754cc734b30 drm-intel
3213f10cdfa7 drm/xe/pmu: Enable PMU interface
-:118: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#118:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 775 lines checked
b5994a2e9c6a drm/xe: Add locks in gtidle code
97b0e5126035 drm/xe/pmu: Add GT C6 events
84c64020e1f7 drm/xe/pmu: Add GT frequency events
61578afc0d19 drm/xe/xe_pmu: add fixes for base PMU
99cdcdb48d1e drm/xe: Add per-engine-class activity support
-:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#10:
Engine Active Ticks(engine-active-ticks) - number of active ticks for engine
-:68: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#68:
new file mode 100644
-:531: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#531: FILE: drivers/gpu/drm/xe/xe_guc_fwif.h:220:
+ struct guc_engine_activity engine_activity[GUC_MAX_ENGINE_CLASSES][GUC_MAX_INSTANCES_PER_CLASS];
total: 0 errors, 3 warnings, 0 checks, 492 lines checked
316c262de2a8 drm/xe/trace: Add trace for engine activity
-:64: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#64: FILE: drivers/gpu/drm/xe/xe_trace_guc.h:109:
+ TP_STRUCT__entry(
-:81: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#81: FILE: drivers/gpu/drm/xe/xe_trace_guc.h:126:
+ TP_fast_assign(
total: 0 errors, 0 warnings, 2 checks, 84 lines checked
4e07126728b8 drm/xe/guc: Expose engine activity only for supported GuC version
f2e5095afd8f drm/xe/pmu: Add PMU support for per-engine-class activity
5a64d5dce99f drm/xe/guc: Bump minimum required GuC version to v70.36.0
More information about the Intel-xe
mailing list