== Series Details == Series: Implement CMRR Support (rev6) URL : https://patchwork.freedesktop.org/series/126443/ State : warning == Summary == Error: dim checkpatch failed 9e724d645676 drm/i915: Define and compute Transcoder CMRR registers -:42: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects? #42: FILE: drivers/gpu/drm/i915/display/intel_display.c:4967: +#define PIPE_CONF_CHECK_LLI(name) do { \ + if (current_config->name != pipe_config->name) { \ + pipe_config_mismatch(fastset, crtc, __stringify(name), \ + "(expected %lli, found %lli)", \ + current_config->name, \ + pipe_config->name); \ + ret = false; \ + } \ +} while (0) -:42: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'name' may be better as '(name)' to avoid precedence issues #42: FILE: drivers/gpu/drm/i915/display/intel_display.c:4967: +#define PIPE_CONF_CHECK_LLI(name) do { \ + if (current_config->name != pipe_config->name) { \ + pipe_config_mismatch(fastset, crtc, __stringify(name), \ + "(expected %lli, found %lli)", \ + current_config->name, \ + pipe_config->name); \ + ret = false; \ + } \ +} while (0) total: 0 errors, 0 warnings, 2 checks, 119 lines checked aa5e036ac4c4 drm/i915: Add Enable/Disable for CMRR based on VRR state 01c7934d6000 drm/i915: Compute CMRR and calculate vtotal