== Series Details == Series: Implement CMRR Support (rev5) URL : https://patchwork.freedesktop.org/series/126443/ State : warning == Summary == Error: dim checkpatch failed 9f772b978eb6 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:4881: +#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:4881: +#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 d55923e6b692 drm/i915: Add Enable/Disable for CMRR based on VRR state -:21: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #21: - Check pipe active state in cmrr disabling. (Similar to enable case).[Jani] total: 0 errors, 1 warnings, 0 checks, 130 lines checked 5ea7a5f2fbe0 drm/i915: Compute CMRR and calculate vtotal