[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/d12+: Disable DMC firmware flip queue handlers

Patchwork patchwork at emeril.freedesktop.org
Wed May 11 19:41:06 UTC 2022


== Series Details ==

Series: drm/i915/d12+: Disable DMC firmware flip queue handlers
URL   : https://patchwork.freedesktop.org/series/103888/
State : warning

== Summary ==

Error: dim checkpatch failed
c4133e6ab80d drm/i915/d12+: Disable DMC firmware flip queue handlers
-:167: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dmc_id' - possible side-effects?
#167: FILE: drivers/gpu/drm/i915/display/intel_dmc_regs.h:40:
+#define DMC_EVT_HTP(dmc_id, handler)	_MMIO(_PICK_EVEN(handler, \
+							 _DMC_EVT_HTP_0(dmc_id), \
+							 _DMC_EVT_HTP_1(dmc_id)))

-:197: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dmc_id' - possible side-effects?
#197: FILE: drivers/gpu/drm/i915/display/intel_dmc_regs.h:70:
+#define DMC_EVT_CTL(dmc_id, handler)	_MMIO(_PICK_EVEN(handler, \
+							 _DMC_EVT_CTL_0(dmc_id), \
+							 _DMC_EVT_CTL_1(dmc_id)))

total: 0 errors, 0 warnings, 2 checks, 189 lines checked




More information about the Intel-gfx mailing list