✗ CI.checkpatch: warning for Proper GT TLB invalidation layering and new coalescing feature. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 8 04:09:18 UTC 2024
== Series Details ==
Series: Proper GT TLB invalidation layering and new coalescing feature. (rev2)
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 f6fe56731fbedb1885dabb719ffad9cc4b2cc058
Author: Matthew Brost <matthew.brost at intel.com>
Date: Sun Jul 7 21:03:31 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).
v2:
- Change watermark logic to be zero based
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 70f1d41b827fa9d1275748e655912f991635f595 drm-intel
87dcd50ca950 drm/xe: Add xe_gt_tlb_invalidation_fence_init helper
d458a70192b7 drm/xe: Drop xe_gt_tlb_invalidation_wait
fe0ae3fb43f2 drm/xe: s/tlb_invalidation.lock/tlb_invalidation.fence_lock
26d3b0653d7e drm/xe: Add tlb_invalidation.seqno_lock
fe12ea983a93 drm/xe: Add xe_gt_tlb_invalidation_done_handler
29df74d5da5f drm/xe: Add send tlb invalidation helpers
c532b6075231 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'
-:289: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#289:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 399 lines checked
90bbdccd3712 drm/xe: Add multi-client support for GT TLB invalidations
1c57782d4cc6 drm/xe: Add GT TLB invalidation coalescing
449ced0751a8 drm/xe: Add GT TLB invalidation coalesce tracepoints
f6fe56731fbe drm/xe: Add GT TLB invalidation watermark debugfs
More information about the Intel-xe
mailing list