✗ CI.checkpatch: warning for drm/xe: Add support for G2G communication (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 20 00:18:22 UTC 2024
== Series Details ==
Series: drm/xe: Add support for G2G communication (rev3)
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 f0a1aa775f2fc6be47de5612d51f2156d8650a4a
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Tue Nov 19 16:02:22 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.
v2: Correct use of xe_bo_get/put (review feedback from Matthew Brost)
Add extra assert, re-order a calculation for better clarity and add
comments to slot calculation (review feedback from Daniele). Also
slightly re-work the slot calc to avoid code duplication.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch ccf64319402f90f68549e2047a7f985a46436e41 drm-intel
b3b7c572c224 drm/xe: Allow bo mapping on multiple ggtts
-:110: CHECK:CAMELCASE: Avoid CamelCase: <XE_BO_FLAG_GGTTx>
#110: FILE: drivers/gpu/drm/xe/xe_bo.c:1530:
+ if (t != tile && !(bo->flags & XE_BO_FLAG_GGTTx(t)))
total: 0 errors, 0 warnings, 1 checks, 285 lines checked
f0a1aa775f2f drm/xe/guc: Add support for G2G communications
More information about the Intel-xe
mailing list