✗ CI.checkpatch: warning for Add PXP HWDRM support (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jan 6 21:35:22 UTC 2025
== Series Details ==
Series: Add PXP HWDRM support (rev4)
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 dbf290b3ac20d9b36257793de94f9647f5febc7f
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Mon Jan 6 13:12:10 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 bfe4c642681436f4512b15ef6d6f3b2e2bcdf3bd drm-intel
ea943780506d 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
493e543e220d 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
458801882ed0 drm/xe/pxp: Add VCS inline termination support
-:32: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#32:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 220 lines checked
d9e2a167ffd8 drm/xe/pxp: Add GSC session invalidation support
3e7314df20af drm/xe/pxp: Handle the PXP termination interrupt
36db21284793 drm/xe/pxp: Add GSC session initialization support
87a58f5c7cfa drm/xe/pxp: Add PXP queue tracking and session start
-:221: ERROR:SPACING: space required before the open parenthesis '('
#221: FILE: drivers/gpu/drm/xe/xe_pxp.c:192:
+ switch(pxp->status) {
total: 1 errors, 0 warnings, 0 checks, 522 lines checked
254ade7b399a drm/xe/pxp: Add userspace and LRC support for PXP-using queues
53b984225d9b drm/xe/pxp: Add a query for PXP status
829b42eea4f5 drm/xe/pxp: Add API to mark a BO as using PXP
-:427: WARNING:REPEATED_WORD: Possible repeated word: 'much'
#427: 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, 471 lines checked
1a335383239a 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, 302 lines checked
a3b67e1e819d 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
dbf290b3ac20 drm/xe/pxp: Enable PXP for MTL and LNL
More information about the Intel-xe
mailing list