== Series Details == Series: drm/i915/display: Add comparison for pipe config for MTL+ platforms URL : https://patchwork.freedesktop.org/series/133899/ State : warning == Summary == Error: dim checkpatch failed dcc6ac972817 drm/i915/display: Revert "drm/i915/display: Skip C10 state verification in case of fastset" 10d56e0532b7 drm/i915/display: Add compare config for MTL+ platforms -:174: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects? #174: FILE: drivers/gpu/drm/i915/display/intel_display.c:5133: +#define PIPE_CONF_CHECK_PLL_CX0(name) do { \ + if (!intel_cx0pll_compare_hw_state(¤t_config->name, \ + &pipe_config->name)) { \ + pipe_config_cx0pll_mismatch(&p, fastset, crtc, __stringify(name), \ + ¤t_config->name, \ + &pipe_config->name); \ + ret = false; \ + } \ +} while (0) -:174: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'name' may be better as '(name)' to avoid precedence issues #174: FILE: drivers/gpu/drm/i915/display/intel_display.c:5133: +#define PIPE_CONF_CHECK_PLL_CX0(name) do { \ + if (!intel_cx0pll_compare_hw_state(¤t_config->name, \ + &pipe_config->name)) { \ + pipe_config_cx0pll_mismatch(&p, fastset, crtc, __stringify(name), \ + ¤t_config->name, \ + &pipe_config->name); \ + ret = false; \ + } \ +} while (0) total: 0 errors, 0 warnings, 2 checks, 170 lines checked