✗ CI.checkpatch: warning for series starting with [v2,1/2] drm/xe: rename XE_WA to XE_GT_WA

Patchwork patchwork at emeril.freedesktop.org
Thu Aug 7 21:48:07 UTC 2025


== Series Details ==

Series: series starting with [v2,1/2] drm/xe: rename XE_WA to XE_GT_WA
URL   : https://patchwork.freedesktop.org/series/152650/
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
c298eac5978c38dcc62a70c0d73c91765e7cc296
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d55fd2e7735c7a5f7fbd7a0c75f7e113360ea61f
Author: Matt Atwood <matthew.s.atwood at intel.com>
Date:   Thu Aug 7 14:42:24 2025 -0700

    drm/xe: Update function names for GT specific workarounds
    
    Now that there distinctly different OOB functions, update the names to
    reflect the IPs they interact with.
    
    Signed-off-by: Matt Atwood <matthew.s.atwood at intel.com>
+ /mt/dim checkpatch 76741379fba333222be8a15bebf1e659eb84088a drm-intel
24f06721f764 drm/xe: rename XE_WA to XE_GT_WA
-:584: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'gt__' - possible side-effects?
#584: FILE: drivers/gpu/drm/xe/xe_wa.h:32:
+#define XE_GT_WA(gt__, id__) ({						\
 	xe_gt_assert(gt__, (gt__)->wa_active.oob_initialized);		\
 	test_bit(XE_WA_OOB_ ## id__, (gt__)->wa_active.oob);		\
 })

total: 0 errors, 0 warnings, 1 checks, 439 lines checked
d55fd2e7735c drm/xe: Update function names for GT specific workarounds




More information about the Intel-xe mailing list