✗ CI.checkpatch: warning for drm/xe: Simplify pinned bo iteration
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 21 11:45:50 UTC 2025
== Series Details ==
Series: drm/xe: Simplify pinned bo iteration
URL : https://patchwork.freedesktop.org/series/146586/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4699725e978b496a418874426ea6e34bea7d71c8
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Fri Mar 21 12:29:59 2025 +0100
drm/xe: Simplify pinned bo iteration
Introduce and use a helper to iterate over the various pinned bo lists.
There are a couple of slight functional changes:
1) GGTT maps are now performed with the bo locked.
2) If the per-bo callback fails, keep the bo on the original list.
Cc: Matthew Auld <matthew.auld at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch b15a87713d14b1c2986f47a622c5a8c5458e2396 drm-intel
4699725e978b drm/xe: Simplify pinned bo iteration
-:178: CHECK:CAMELCASE: Avoid CamelCase: <XE_BO_FLAG_GGTTx>
#178: FILE: drivers/gpu/drm/xe/xe_bo_evict.c:129:
+ if (tile != bo->tile && !(bo->flags & XE_BO_FLAG_GGTTx(tile)))
total: 0 errors, 0 warnings, 1 checks, 274 lines checked
More information about the Intel-xe
mailing list