✗ CI.checkpatch: warning for drm/xe: add system memory page iterator support to xe_res_cursor (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 11 06:13:18 UTC 2024
== Series Details ==
Series: drm/xe: add system memory page iterator support to xe_res_cursor (rev2)
URL : https://patchwork.freedesktop.org/series/139780/
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 f3440e1ff029be427e09aa1247778abd0375c778
Author: Hajda <andrzej.hajda at intel.com>
Date: Fri Oct 11 08:05:43 2024 +0200
drm/xe: add system memory page iterator support to xe_res_cursor
Currently xe_res_cursor allows iteration only over DMA side of sg tables.
Adding possibility to iterate over pages allows the use of cursor in more
contexts.
v2: fixed wording in commit message(Jonathan)
Signed-off-by: Andrzej Hajda <andrzej.hajda at intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch f3354eab2a45420cf38a67f6d7735d5dff53eb6f drm-intel
f3440e1ff029 drm/xe: add system memory page iterator support to xe_res_cursor
-:44: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#44: FILE: drivers/gpu/drm/xe/xe_res_cursor.h:148:
+static inline void __xe_res_first_sg(const struct sg_table *sg,
+ u64 start, u64 size,
-:86: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#86: FILE: drivers/gpu/drm/xe/xe_res_cursor.h:189:
+static inline void xe_res_first_sg_system(const struct sg_table *sg,
+ u64 start, u64 size,
-:92: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: Hajda <andrzej.hajda at intel.com>' != 'Signed-off-by: Andrzej Hajda <andrzej.hajda at intel.com>'
total: 0 errors, 1 warnings, 2 checks, 71 lines checked
More information about the Intel-xe
mailing list