✗ CI.checkpatch: warning for Add PXP HWDRM support (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 22 23:03:55 UTC 2025
== Series Details ==
Series: Add PXP HWDRM support (rev6)
URL : https://patchwork.freedesktop.org/series/136052/
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 434b9e9406b214c829b2ff9de138fea92f8646e2
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Wed Jan 15 16:11:09 2025 -0800
drm/xe/pxp: Enable PXP for MTL and LNL
Now that are the pieces are there, we can turn the feature on.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Reviewed-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch db7cf8d52a41001ea2780cf834fed3dc490343d2 drm-intel
642527037f73 drm/xe/pxp: Initialize PXP structure and KCR reg
-: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, 245 lines checked
4ac9c7887eef drm/xe/pxp: Allocate PXP execution resources
-:85: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#85: FILE: drivers/gpu/drm/xe/xe_exec_queue.c:157:
+ xe_assert(xe, !vm || (!!(vm->flags & XE_VM_FLAG_GSC) == !!(hwe->engine_id == XE_HW_ENGINE_GSCCS0)));
-:142: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#142:
new file mode 100644
total: 0 errors, 2 warnings, 0 checks, 552 lines checked
648d83f9fa26 drm/xe/pxp: Add VCS inline termination support
-:29: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#29:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 220 lines checked
56ae0293fd1d drm/xe/pxp: Add GSC session invalidation support
42f897b426c9 drm/xe/pxp: Handle the PXP termination interrupt
20717daafa91 drm/xe/pxp: Add GSC session initialization support
b97edaba2441 drm/xe/pxp: Add PXP queue tracking and session start
-:224: ERROR:SPACING: space required before the open parenthesis '('
#224: FILE: drivers/gpu/drm/xe/xe_pxp.c:192:
+ switch(pxp->status) {
total: 1 errors, 0 warnings, 0 checks, 522 lines checked
1062edf477d2 drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queues
a992a3a2a253 drm/xe/pxp/uapi: Add a query for PXP status
a4fdb0132bf9 drm/xe/pxp/uapi: Add API to mark a BO as using PXP
-:433: WARNING:REPEATED_WORD: Possible repeated word: 'much'
#433: FILE: drivers/gpu/drm/xe/xe_pxp_types.h:121:
+ * normal behavior is for this to increase much much slower than that.
total: 0 errors, 1 warnings, 0 checks, 474 lines checked
f2a2547533fe drm/xe/pxp: add PXP PM support
-:12: WARNING:TYPO_SPELLING: 'fuction' may be misspelled - perhaps 'function'?
#12:
makes things much easier and allows us to use the same fuction for all
^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 303 lines checked
e2e847aa1d48 drm/xe/pxp: Add PXP debugfs support
-:53: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#53:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 154 lines checked
434b9e9406b2 drm/xe/pxp: Enable PXP for MTL and LNL
More information about the Intel-xe
mailing list