== Series Details == Series: series starting with [v3,1/2] drm/i915: Move reg_in_range_table URL : https://patchwork.freedesktop.org/series/127082/ State : warning == Summary == Error: dim checkpatch failed 553cf478868e drm/i915: Move reg_in_range_table 349983425e84 drm/i915: Introduce Wa_1401127433 -:188: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'engine' - possible side-effects? #188: FILE: drivers/gpu/drm/i915/gt/intel_workarounds.c:3078: +#define NEEDS_CTX_WABB(engine) ( \ + IS_GFX_GT_IP_RANGE(engine->gt, IP_VER(12, 0), IP_VER(12, 55)) && \ + engine->class == RENDER_CLASS) -:188: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'engine' may be better as '(engine)' to avoid precedence issues #188: FILE: drivers/gpu/drm/i915/gt/intel_workarounds.c:3078: +#define NEEDS_CTX_WABB(engine) ( \ + IS_GFX_GT_IP_RANGE(engine->gt, IP_VER(12, 0), IP_VER(12, 55)) && \ + engine->class == RENDER_CLASS) total: 0 errors, 0 warnings, 2 checks, 170 lines checked