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

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 1 20:18:48 UTC 2025


== Series Details ==

Series: Future-proof for multi-tile + multi-GT cases (rev6)
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 6b7dab2f63477790c1c12c9056be542b8c18beff
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 7ddeefa7a07703fa5bc377a25003af7bcff1532b drm-intel
836d3c80c0c7 drm/xe/pmu: Fix GT sanity check in event_supported()
cdc8434596c5 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
74dbe788159d drm/xe: Track maximum GTs per tile on a per-platform basis
c5c4e35dffbc drm/xe/tests/pci: Ensure all platforms have a valid GT/tile count
620bcf37575e drm/xe: Assign GT IDs properly on multi-tile + multi-GT platforms
e2f6c657d399 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
6b7dab2f6347 drm/xe/xe_query: Use separate iterator while filling GT list




More information about the Intel-xe mailing list