✗ CI.checkpatch: warning for memirq infra changes (rev7)

Patchwork patchwork at emeril.freedesktop.org
Wed Sep 18 06:07:56 UTC 2024


== Series Details ==

Series: memirq infra changes (rev7)
URL   : https://patchwork.freedesktop.org/series/137643/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ff6fbd89ed50ce1fd5ff705dcfca68b4d99f3364
Author: Ilia Levi <ilia.levi at intel.com>
Date:   Wed Sep 18 08:39:42 2024 +0300

    drm/xe: memirq handler changes
    
    Expose an interrupt processing handler for a single hw engine.
    Refactor code to use this handler from the VF.
    This handler also caters for the MSI-X mode, where the hardware engines
    report interrupt source and status to the offset of engine instance zero
    (this usage will be introduced in upcoming MSI-X enabling series).
    
    Signed-off-by: Ilia Levi <ilia.levi at intel.com>
+ /mt/dim checkpatch 9e7beda0345afd64530e5edef7d45909d8d90a5e drm-intel
d2065a7798af drm/xe: Introduce dedicated config for memirq debug
-:49: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'm' - possible side-effects?
#49: FILE: drivers/gpu/drm/xe/xe_memirq.c:25:
+#define memirq_printk(m, _level, _fmt, ...)			\
+	drm_##_level(&memirq_to_xe(m)->drm, "MEMIRQ%u: " _fmt,	\
+		     memirq_to_tile(m)->id, ##__VA_ARGS__)

total: 0 errors, 0 warnings, 1 checks, 76 lines checked
c8db1ae98ccc drm/xe: Introduce xe_device_uses_memirq()
143dccf619ef drm/xe: move memirq out of VF
37e542e928b8 drm/xe: memirq infra changes for MSI-X
ff6fbd89ed50 drm/xe: memirq handler changes




More information about the Intel-xe mailing list