✗ CI.checkpatch: warning for Future-proof for multi-tile + multi-GT cases (rev5)

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 1 16:18:46 UTC 2025


== Series Details ==

Series: Future-proof for multi-tile + multi-GT cases (rev5)
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 4172f0352fac8184817bca689f35cdadd935250f
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>
    Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch a7091520e1e57b88990d2f3b92a20c7df416f416 drm-intel
8a2ea298c81f 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
1bf36fd14069 drm/xe: Track maximum GTs per tile on a per-platform basis
627a0496c01d drm/xe/tests/pci: Ensure all platforms have a valid GT/tile count
fe4b39306ca1 drm/xe: Assign GT IDs properly on multi-tile + multi-GT platforms
9da3fe528900 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
4172f0352fac drm/xe/xe_query: Use separate iterator while filling GT list




More information about the Intel-xe mailing list