✗ CI.checkpatch: warning for drm/xe: add system memory page iterator support to xe_res_cursor
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 9 15:34:05 UTC 2024
== Series Details ==
Series: drm/xe: add system memory page iterator support to xe_res_cursor
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 b9f6fe9d339662cfb84673ea9a6425ad6cbc4ff4
Author: Hajda <andrzej.hajda at intel.com>
Date: Wed Oct 9 15:31:37 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 scatter
gatter tables. Adding possibility to iterate over pages allows
to use the cursor in more contexts.
Signed-off-by: Andrzej Hajda <andrzej.hajda at intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 3e9cfd28b00560e4928ef9b8ab95429b17e0562f drm-intel
b9f6fe9d3396 drm/xe: add system memory page iterator support to xe_res_cursor
-:42: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#42: 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,
-:84: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#84: 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,
-:90: 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