✗ CI.checkpatch: warning for Future-proof for multi-tile + multi-GT cases (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 1 07:31:38 UTC 2025
== Series Details ==
Series: Future-proof for multi-tile + multi-GT cases (rev4)
URL : https://patchwork.freedesktop.org/series/150192/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e20a6116a385364f1fad8374f25dbf8fb5391147
Author: Matt Roper <matthew.d.roper at intel.com>
Date: Mon Jun 30 15:15:16 2025 -0700
drm/xe/xe_query: Use separate iterator while filling GT list
The 'id' value updated by for_each_gt() is the uapi GT ID of the GTs
being iterated over, and may skip over values if a GT is not present on
the device. Use a separate iterator for GT list array assignments to
ensure that the array will be filled properly on future platforms where
index in the GT query list may not match the uapi ID.
v2:
- Include the missing increment of the iterator. (Jonathan)
Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch e6e27e79a726f8bf333d13521aba32f6466035a8 drm-intel
b49c223441fd drm/xe: Export xe_step_name for kunit tests
-:9: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#9:
ERROR: modpost: "xe_step_name" [drivers/gpu/drm/xe/tests/xe_test.ko] undefined!
total: 0 errors, 1 warnings, 0 checks, 11 lines checked
37a3f8ac3faa drm/xe: Track maximum GTs per tile on a per-platform basis
36e930fe4fe0 drm/xe/tests/pci: Ensure all platforms have a valid GT/tile count
4c4b7962bcee drm/xe: Assign GT IDs properly on multi-tile + multi-GT platforms
bae9661d504f drm/xe: Don't compare GT ID to GT count when determining valid GTs
-:41: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#41: FILE: drivers/gpu/drm/xe/xe_device.h:131:
+ for ((id__) = 0; (id__) < (xe__)->info.tile_count * (xe__)->info.max_gt_per_tile; (id__)++) \
total: 0 errors, 1 warnings, 0 checks, 50 lines checked
e20a6116a385 drm/xe/xe_query: Use separate iterator while filling GT list
More information about the Intel-xe
mailing list