✗ CI.checkpatch: warning for Add support for EU stall sampling
Patchwork
patchwork at emeril.freedesktop.org
Mon Oct 14 06:05:41 UTC 2024
== Series Details ==
Series: Add support for EU stall sampling
URL : https://patchwork.freedesktop.org/series/139931/
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 efa383a27ce5e1b57104a7a40d8e2b302e3a193b
Author: Harish Chegondi <harish.chegondi at intel.com>
Date: Sun Oct 13 23:00:36 2024 -0700
drm/xe/eustall: Add workaround 22016596838 which applies to PVC.
Add PVC workaround 22016596838 that disables EU DOP gating
during EU stall sampling.
Signed-off-by: Harish Chegondi <harish.chegondi at intel.com>
+ /mt/dim checkpatch 61475267a6e1ec41d171c840a833dc1a2c1bcf06 drm-intel
73a49bb5f832 drm/xe/topology: Add a function to find the index of the last DSS in a mask
-:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
total: 0 errors, 1 warnings, 0 checks, 24 lines checked
0770768b4cc6 drm/xe/eustall: Introduce API for EU stall sampling
-:45: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#45:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 380 lines checked
47242a6e64bb drm/xe/eustall: Implement EU stall sampling APIs
-:24: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#24:
new file mode 100644
-:172: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'write_ptr != read_ptr'
#172: FILE: drivers/gpu/drm/xe/xe_eu_stall.c:238:
+ if ((write_ptr != read_ptr) && !min_data_present) {
-:980: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#980: FILE: drivers/gpu/drm/xe/xe_trace.h:433:
+ TP_STRUCT__entry(
-:990: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#990: FILE: drivers/gpu/drm/xe/xe_trace.h:443:
+ TP_fast_assign(
total: 0 errors, 1 warnings, 3 checks, 945 lines checked
8e4ecc16e82c drm/xe/query: Add a device query to get EU stall data information
efa383a27ce5 drm/xe/eustall: Add workaround 22016596838 which applies to PVC.
More information about the Intel-xe
mailing list