== Series Details == Series: drm/i915: PLL state check stuff URL : https://patchwork.freedesktop.org/series/129735/ State : warning
== Summary == Error: dim checkpatch failed 40b158c2ea84 drm/i915: Fix PLL state check for gmch platforms c9b044f993a8 drm/i915: Include the CRTC name in the ELD buffer mismatch 61f1c4fa93b0 drm/i915: Reuse ibx_dump_hw_state() for gmch platforms a6768a7eee59 drm/i915: Add PLL .compare_hw_state() vfunc -:62: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects? #62: FILE: drivers/gpu/drm/i915/display/intel_display.c:5050: +#define PIPE_CONF_CHECK_PLL(name) do { \ + if (!intel_dpll_compare_hw_state(dev_priv, ¤t_config->name, \ + &pipe_config->name)) { \ + pipe_config_pll_mismatch(fastset, crtc, __stringify(name), \ + ¤t_config->name, \ + &pipe_config->name); \ + ret = false; \ + } \ +} while (0) -:62: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'name' may be better as '(name)' to avoid precedence issues #62: FILE: drivers/gpu/drm/i915/display/intel_display.c:5050: +#define PIPE_CONF_CHECK_PLL(name) do { \ + if (!intel_dpll_compare_hw_state(dev_priv, ¤t_config->name, \ + &pipe_config->name)) { \ + pipe_config_pll_mismatch(fastset, crtc, __stringify(name), \ + ¤t_config->name, \ + &pipe_config->name); \ + ret = false; \ + } \ +} while (0) -:72: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects? #72: FILE: drivers/gpu/drm/i915/display/intel_display.c:5060: +#define PIPE_CONF_CHECK_TIMINGS(name) do { \ PIPE_CONF_CHECK_I(name.crtc_hdisplay); \ PIPE_CONF_CHECK_I(name.crtc_htotal); \ PIPE_CONF_CHECK_I(name.crtc_hblank_start); \ -:333: WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #333: FILE: drivers/gpu/drm/i915/display/intel_dpll_mgr.c:4552: + return i915->display.dpll.mgr->compare_hw_state(a, b); + } else { total: 0 errors, 1 warnings, 3 checks, 308 lines checked 8444ed41ce37 drm/i915: Enable fastboot across the board