✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/irq: add struct i915_irq_regs triplet
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 2 11:37:49 UTC 2024
== Series Details ==
Series: series starting with [CI,1/3] drm/i915/irq: add struct i915_irq_regs triplet
URL : https://patchwork.freedesktop.org/series/139412/
State : warning
== Summary ==
Error: dim checkpatch failed
e2969aacaf90 drm/i915/irq: add struct i915_irq_regs triplet
fd3cfa650faf drm/i915/irq: remove GEN3_IRQ_RESET() and GEN3_IRQ_INIT() macros
b1baa9f62ba5 drm/i915/irq: remove GEN8_IRQ_RESET_NDX() and GEN8_IRQ_INIT_NDX() macros
-:145: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'which' - possible side-effects?
#145: FILE: drivers/gpu/drm/i915/i915_reg.h:2494:
+#define GEN8_GT_IRQ_REGS(which) I915_IRQ_REGS(GEN8_GT_IMR(which), \
+ GEN8_GT_IER(which), \
+ GEN8_GT_IIR(which))
-:156: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects?
#156: FILE: drivers/gpu/drm/i915/i915_reg.h:2549:
+#define GEN8_DE_PIPE_IRQ_REGS(pipe) I915_IRQ_REGS(GEN8_DE_PIPE_IMR(pipe), \
+ GEN8_DE_PIPE_IER(pipe), \
+ GEN8_DE_PIPE_IIR(pipe))
total: 0 errors, 0 warnings, 2 checks, 121 lines checked
More information about the Intel-gfx
mailing list