== Series Details == Series: Panel Replay fixes and clean ups URL : https://patchwork.freedesktop.org/series/132073/ State : warning == Summary == Error: dim checkpatch failed c17cab9b7282 drm/i915/psr: Add some documentation of variables used in psr code 01e4b2f7edc9 drm/i915/psr: Set intel_crtc_state->has_psr on panel replay as well -:44: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #44: FILE: drivers/gpu/drm/i915/display/intel_psr.c:1636: + pipe_config->has_psr = pipe_config->has_panel_replay = true; total: 0 errors, 0 warnings, 1 checks, 30 lines checked 149228bf7462 drm/i915/psr: Intel_psr_pause/resume needs to support panel replay e478a4ad888e drm/i915/psr: Do not update phy power state in case of non-eDP panel replay fa2ba29d782d drm/i915/psr: Check possible errors for panel replay as well 158886c33897 drm/i915/psr: Do not write registers/bits not applicable for panel replay b13d8baa224a drm/i915/psr: Unify panel replay enable/disable sink c5757c034dac drm/i915/psr: Panel replay has to be enabled before link training -:80: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects? #80: FILE: drivers/gpu/drm/i915/display/intel_psr.h:24: +#define CAN_PANEL_REPLAY(intel_dp) ((intel_dp)->psr.sink_panel_replay_support && \ + (intel_dp)->psr.source_panel_replay_support) total: 0 errors, 0 warnings, 1 checks, 50 lines checked