[Intel-xe] ✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Normalize XE_VM_FLAG* names
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 18 20:16:01 UTC 2023
== Series Details ==
Series: series starting with [1/2] drm/xe: Normalize XE_VM_FLAG* names
URL : https://patchwork.freedesktop.org/series/120937/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a9ae6923391e95c9eaa56c0c2251335f59d64588
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Tue Jul 18 12:39:24 2023 -0700
drm/xe: Use FIELD_PREP/FIELD_GET for tile id encoding
Use FIELD_PREP()/FIELD_GET() to encode the tile id into flags. Besides
protecting for eventual overflow it also makes it easier to see a new
flag can't be added as BIT(7).
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch ef15638ca08763b3c7a08b4207b1237b5eb08854 drm-intel
bef247905 drm/xe: Normalize XE_VM_FLAG* names
-:7: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '4e6715bd2a5e', maybe rebased or not pulled?
#7:
s/GT/TILE/ that got missed in commit 4e6715bd2a5e ("drm/xe: Move
total: 0 errors, 1 warnings, 0 checks, 93 lines checked
a9ae69233 drm/xe: Use FIELD_PREP/FIELD_GET for tile id encoding
More information about the Intel-xe
mailing list