== Series Details == Series: drm/i915/mtl: Initial display workarounds (rev2) URL : https://patchwork.freedesktop.org/series/111592/ State : warning == Summary == Error: dim checkpatch failed c61271d2a119 drm/i915/mtl: Initial display workarounds -:154: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__i915' - possible side-effects? #154: FILE: drivers/gpu/drm/i915/i915_drv.h:730: +#define IS_MTL_DISPLAY_STEP(__i915, since, until) \ + (IS_METEORLAKE(__i915) && \ + IS_DISPLAY_STEP(__i915, since, until)) total: 0 errors, 0 warnings, 1 checks, 110 lines checked