✗ CI.checkpatch: warning for memirq infra changes (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 17 11:42:03 UTC 2024
== Series Details ==
Series: memirq infra changes (rev6)
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 4355d2d3004727f30a2f80629d15f3d746ecfaa0
Author: Ilia Levi <ilia.levi at intel.com>
Date: Tue Sep 17 14:23:07 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.
Signed-off-by: Ilia Levi <ilia.levi at intel.com>
+ /mt/dim checkpatch 38e1b615fb395b928e514108e908cd6edf3d34c3 drm-intel
16b94339e38a drm/xe: Introduce dedicated config for memirq debug
1d229a5d9d9b drm/xe: Introduce xe_device_uses_memirq()
2a950c0faba6 drm/xe: move memirq out of VF
-:116: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'm' - possible side-effects?
#116: FILE: drivers/gpu/drm/xe/xe_memirq.c:24:
+#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, 184 lines checked
b0ca1279051d drm/xe: memirq infra changes for MSI-X
4355d2d30047 drm/xe: memirq handler changes
More information about the Intel-xe
mailing list