✗ CI.checkpatch: warning for ULLS for kernel submission of migration jobs

Patchwork patchwork at emeril.freedesktop.org
Mon Aug 12 02:52:11 UTC 2024


== Series Details ==

Series: ULLS for kernel submission of migration jobs
URL   : https://patchwork.freedesktop.org/series/137128/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1077244721711a077818fe095f01d2a54627469c
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Sun Aug 11 19:47:17 2024 -0700

    drm/xe: Enable ULLS migration jobs when opening LR VM
    
    Call xe_migration_lr_vm_get upon opening LR VM and
    xe_migration_lr_vm_put upon close.
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch a95e3e46063ddcea598b2ac865173debffba13fe drm-intel
6b0533811835 drm/xe: Add xe_hw_engine_write_ring_tail
-:8: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Matthew Brost <matthew.brost at intel.com'
#8: 
Signed-off-by: Matthew Brost <matthew.brost at intel.com

-:41: ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Matthew Brost <matthew.brost at intel.com>'

total: 2 errors, 0 warnings, 0 checks, 22 lines checked
d164817fd078 drm/xe: Add ULLS support to LRC
-:49: WARNING:MACRO_ARG_UNUSED: Argument 'lrc' is not used in function-like macro
#49: FILE: drivers/gpu/drm/xe/xe_lrc.c:1227:
+#define semaphore_offset(lrc, seqno) \
+	(sizeof(u32) * (seqno % LRC_MIGRATION_ULLS_SEMAPORE_COUNT))

-:49: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'seqno' may be better as '(seqno)' to avoid precedence issues
#49: FILE: drivers/gpu/drm/xe/xe_lrc.c:1227:
+#define semaphore_offset(lrc, seqno) \
+	(sizeof(u32) * (seqno % LRC_MIGRATION_ULLS_SEMAPORE_COUNT))

total: 0 errors, 1 warnings, 1 checks, 90 lines checked
a9f7855374e5 drm/xe: Add ULLS flags for jobs
9930ad5264c5 drm/xe: Add ULLS migration job support to migration layer
-:98: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t'
#98: FILE: drivers/gpu/drm/xe/xe_migrate.c:794:
+		uint64_t batch_addr[2] = { 0, 0 };

total: 0 errors, 0 warnings, 1 checks, 223 lines checked
2ddbc3ff073e drm/xe: Add MI_SEMAPHORE_WAIT instruction defs
e203487a300a drm/xe: Add ULLS migration job support to ring ops
73470e92d4fb drm/xe: Add ULLS migration job support to GuC submission
-:7: WARNING:TYPO_SPELLING: 'supress' may be misspelled - perhaps 'suppress'?
#7: 
tail for ULLS, set current job sempahore, and supress submit H2G for
                                              ^^^^^^^

total: 0 errors, 1 warnings, 0 checks, 76 lines checked
107724472171 drm/xe: Enable ULLS migration jobs when opening LR VM




More information about the Intel-xe mailing list