✗ CI.checkpatch: warning for drm/xe: Add support for G2G communication
Patchwork
patchwork at emeril.freedesktop.org
Fri Nov 8 21:52:23 UTC 2024
== Series Details ==
Series: drm/xe: Add support for G2G communication
URL : https://patchwork.freedesktop.org/series/141119/
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 bc761f4a45ed75d19c90d1cf0c6a1260c3f834e1
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Fri Nov 8 12:22:16 2024 -0800
drm/xe/guc: Add support for G2G communications
Some features require inter-GuC communication channels on multi-tile
devices. So allocate and enable such.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 5d94c05a3b9625a569b92a4ed208ce04e241f122 drm-intel
b7089b32d043 drm/xe: Allow bo mapping on multiple ggtts
-:109: CHECK:CAMELCASE: Avoid CamelCase: <XE_BO_FLAG_GGTTx>
#109: FILE: drivers/gpu/drm/xe/xe_bo.c:1527:
+ if (t != tile && !(bo->flags & XE_BO_FLAG_GGTTx(t)))
total: 0 errors, 0 warnings, 1 checks, 285 lines checked
bc761f4a45ed drm/xe/guc: Add support for G2G communications
More information about the Intel-xe
mailing list