✗ CI.checkpatch: warning for memirq infra changes (rev8)
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 18 13:38:28 UTC 2024
== Series Details ==
Series: memirq infra changes (rev8)
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 9fa8221b4533ad8a809ca35f896cf0656d2b56e9
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 692d461fa9a48c6600df07421a99308f49cf00a9 drm-intel
e28433e50035 drm/xe: Introduce dedicated config for memirq debug
-:50: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'm' - possible side-effects?
#50: 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
98442c106c73 drm/xe: Introduce xe_device_uses_memirq()
d309e72768d0 drm/xe: move memirq out of VF
3767098eaf03 drm/xe: memirq infra changes for MSI-X
9fa8221b4533 drm/xe: memirq handler changes
More information about the Intel-xe
mailing list