✗ CI.checkpatch: warning for drm/xe/tests: Add legacy IP descriptors to param generators

Patchwork patchwork at emeril.freedesktop.org
Mon Jun 30 18:06:54 UTC 2025


== Series Details ==

Series: drm/xe/tests: Add legacy IP descriptors to param generators
URL   : https://patchwork.freedesktop.org/series/150895/
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 4cdd93965f40f27e14c1d285eb96d48394b4baa2
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Fri Jun 27 20:11:10 2025 +0200

    drm/xe/tests: Add legacy IP descriptors to param generators
    
    Recently introduced kunit parameter generators where based on
    the existing arrays which have only GDMID-bsaed IP and didn't
    take into account legacy IP definitions from pre-GMDID era.
    
    Add test only arrays with legacy IPs (as those will not change)
    and extend param generators to start iterating over them.
    
     [ ] =================== xe_pci (2 subtests) ====================
     [ ] ==================== check_graphics_ip  ====================
     [ ] [PASSED] 12.00 Xe_LP
     [ ] [PASSED] 12.10 Xe_LP+
     [ ] [PASSED] 12.55 Xe_HPG
     [ ] [PASSED] 12.60 Xe_HPC
     [ ] [PASSED] 12.70 Xe_LPG
     [ ] [PASSED] 12.71 Xe_LPG
     [ ] [PASSED] 12.74 Xe_LPG+
     [ ] [PASSED] 20.01 Xe2_HPG
     [ ] [PASSED] 20.02 Xe2_HPG
     [ ] [PASSED] 20.04 Xe2_LPG
     [ ] [PASSED] 30.00 Xe3_LPG
     [ ] [PASSED] 30.01 Xe3_LPG
     [ ] [PASSED] 30.03 Xe3_LPG
     [ ] ================ [PASSED] check_graphics_ip ================
     [ ] ===================== check_media_ip  ======================
     [ ] [PASSED] 12.00 Xe_M
     [ ] [PASSED] 12.55 Xe_HPM
     [ ] [PASSED] 13.00 Xe_LPM+
     [ ] [PASSED] 13.01 Xe2_HPM
     [ ] [PASSED] 20.00 Xe2_LPM
     [ ] [PASSED] 30.00 Xe3_LPM
     [ ] [PASSED] 30.02 Xe3_LPM
     [ ] ================= [PASSED] check_media_ip ==================
     [ ] ===================== [PASSED] xe_pci ======================
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch f286b243950bff50335f38f30ee72e82cb33c60f drm-intel
4cdd93965f40 drm/xe/tests: Add legacy IP descriptors to param generators
-:52: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'arr' - possible side-effects?
#52: FILE: drivers/gpu/drm/xe/tests/xe_pci.c:15:
+#define IS_ARRAY_ROW(arr, row) ((typeof(&(arr)[0]))(row) - (arr) < ARRAY_SIZE(arr))

total: 0 errors, 0 warnings, 1 checks, 57 lines checked




More information about the Intel-xe mailing list