✗ CI.checkpatch: warning for Convert multiple bind ops to 1 job (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 29 19:26:43 UTC 2024
== Series Details ==
Series: Convert multiple bind ops to 1 job (rev3)
URL : https://patchwork.freedesktop.org/series/133034/
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 d6cd9643373ccaa0ce77f96d89dc0e15849260f4
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed May 29 11:31:48 2024 -0700
drm/xe: Update PT layer with better error handling
Update PT layer so if a memory allocation for a PTE fails the error can
be propagated to the user without requiring to be killed.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 55d6179b96e0390025f2ba101c03b94b50cab7a1 drm-intel
1e56f3b729a5 drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
0ad22da15204 drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
1667d1a4058d drm/xe: Convert multiple bind ops into single job
-:13: WARNING:TYPO_SPELLING: 'implemenation' may be misspelled - perhaps 'implementation'?
#13:
The implemenation is roughly:
^^^^^^^^^^^^^
-:875: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 15)
#875: FILE: drivers/gpu/drm/xe/xe_pt.c:1163:
+ if (uvma->userptr.initial_bind && !xe_vm_in_fault_mode(vm))
+ return 0;
-:876: ERROR:CODE_INDENT: code indent should use tabs where possible
#876: FILE: drivers/gpu/drm/xe/xe_pt.c:1164:
+ return 0;$
-:876: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#876: FILE: drivers/gpu/drm/xe/xe_pt.c:1164:
+ return 0;$
-:1657: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1657: FILE: drivers/gpu/drm/xe/xe_pt.c:1898:
+ * installing job fence in various places.
+ *
-:1658: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1658: FILE: drivers/gpu/drm/xe/xe_pt.c:1899:
+ *
+ * Return: fence on success, negative ERR_PTR on error.
-:1790: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1790: FILE: drivers/gpu/drm/xe/xe_pt.c:2031:
+ }$
total: 1 errors, 6 warnings, 0 checks, 2522 lines checked
5750d688b828 drm/xe: Update VM trace events
d6cd9643373c drm/xe: Update PT layer with better error handling
More information about the Intel-xe
mailing list