✗ CI.checkpatch: warning for Add PXP HWDRM support (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 16 00:41:26 UTC 2025
== Series Details ==
Series: Add PXP HWDRM support (rev5)
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 18fd773bbd4f7e49c7a007ef75f49ab8b6df165f
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 83dd30e2ec24ab8307774b149fcd998a4191eec2 drm-intel
69af7adf4c7e 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
d11083ec3dbf 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
c660b5ee7e29 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
6529303612e1 drm/xe/pxp: Add GSC session invalidation support
6836fbdb1641 drm/xe/pxp: Handle the PXP termination interrupt
e0474b54730c drm/xe/pxp: Add GSC session initialization support
dfe23a85a853 drm/xe/pxp: Add PXP queue tracking and session start
-:223: ERROR:SPACING: space required before the open parenthesis '('
#223: FILE: drivers/gpu/drm/xe/xe_pxp.c:192:
+ switch(pxp->status) {
total: 1 errors, 0 warnings, 0 checks, 522 lines checked
4060a42b5908 drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queues
244e51cacd3e drm/xe/pxp/uapi: Add a query for PXP status
96ab48aece15 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
95eea8e4661f 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
bc0c63865c56 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
18fd773bbd4f drm/xe/pxp: Enable PXP for MTL and LNL
More information about the Intel-xe
mailing list