✗ CI.checkpatch: warning for Proper GT TLB invalidation layering and new coalescing feature.
Patchwork
patchwork at emeril.freedesktop.org
Sat Jul 6 00:07:30 UTC 2024
== Series Details ==
Series: Proper GT TLB invalidation layering and new coalescing feature.
URL : https://patchwork.freedesktop.org/series/135809/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit add369b9dd02604ad7af4ad7d1dbc6bdfd81b24b
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Jul 5 17:02:52 2024 -0700
drm/xe: Add GT TLB invalidation watermark debugfs
Add GT TLB invalidation watermark to debugfs for feature tuning and
disabling (less than equal to a value of 1).
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch cdd1a80a2d16d5213af20a29eb7570a7651db7dc drm-intel
5df0ad1b6c07 drm/xe: Add xe_gt_tlb_invalidation_fence_init helper
4a5f0c02cc00 drm/xe: Drop xe_gt_tlb_invalidation_wait
57c61caeb9d7 drm/xe: s/tlb_invalidation.lock/tlb_invalidation.fence_lock
3e910510de9d drm/xe: Add tlb_invalidation.seqno_lock
38107fd496bc drm/xe: Add xe_gt_tlb_invalidation_done_handler
0ed80ccf39b3 drm/xe: Add send tlb invalidation helpers
f20ea6bc64cb drm/xe: Add xe_guc_tlb_invalidation layer
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:286: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#286:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 405 lines checked
6aecf1f99a48 drm/xe: Add multi-client support for GT TLB invalidations
8e25fd9d90f0 drm/xe: Add GT TLB invalidation coalescing
-:177: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#177: FILE: drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c:152:
}
+static void
-:489: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#489: FILE: drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c:618:
+ if ((list_empty(>->tlb_invalidation.pending_fences) ||
+ list_is_singular(>->tlb_invalidation.pending_fences)) &&
total: 0 errors, 0 warnings, 2 checks, 662 lines checked
c0fd00ff6ca0 drm/xe: Add GT TLB coalesce tracepoints
add369b9dd02 drm/xe: Add GT TLB invalidation watermark debugfs
More information about the Intel-xe
mailing list