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

Patchwork patchwork at emeril.freedesktop.org
Wed Jul 2 05:09:49 UTC 2025


== Series Details ==

Series: Future-proof for multi-tile + multi-GT cases (rev7)
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 c2f9f94c064c00789ed4d3c1724da3a3f2feef61
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Tue Jul 1 13:13:28 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 149b15e02e6496a37621cd5bf8a28f7d8c1869cd drm-intel
b6e30b66f307 drm/xe/pmu: Fix GT sanity check in event_supported()
a4b29c8acab0 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
817a704822b7 drm/xe: Track maximum GTs per tile on a per-platform basis
3ef9cbc0e5d5 drm/xe/tests/pci: Ensure all platforms have a valid GT/tile count
c49877f0fa90 drm/xe: Assign GT IDs properly on multi-tile + multi-GT platforms
0fe9f5ebbde9 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
c2f9f94c064c drm/xe/xe_query: Use separate iterator while filling GT list




More information about the Intel-xe mailing list