✗ CI.checkpatch: warning for drm/xe: Simplify pinned bo iteration (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 21 13:42:45 UTC 2025
== Series Details ==
Series: drm/xe: Simplify pinned bo iteration (rev2)
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 160bae401859b2c9c47b838da800e22394afa8d2
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Fri Mar 21 14:37:09 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.
v2:
- Skip unrelated change in xe_bo.c
Cc: Matthew Auld <matthew.auld at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch b15a87713d14b1c2986f47a622c5a8c5458e2396 drm-intel
160bae401859 drm/xe: Simplify pinned bo iteration
-:161: CHECK:CAMELCASE: Avoid CamelCase: <XE_BO_FLAG_GGTTx>
#161: 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, 258 lines checked
More information about the Intel-xe
mailing list