== Series Details == Series: Panel replay phase1 implementation (rev7) URL : https://patchwork.freedesktop.org/series/94470/ State : warning == Summary == Error: dim checkpatch failed df46f8fc2937 drm/panelreplay: dpcd register definition for panelreplay a4cfe5eb05ad drm/i915/psr: Move psr specific dpcd init into own function -:55: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'intel_dp->psr_dpcd[0] == DP_PSR2_WITH_Y_COORD_IS_SUPPORTED' #55: FILE: drivers/gpu/drm/i915/display/intel_psr.c:500: + if (DISPLAY_VER(i915) >= 9 && (intel_dp->psr_dpcd[0] == DP_PSR2_WITH_Y_COORD_IS_SUPPORTED)) { total: 0 errors, 0 warnings, 1 checks, 70 lines checked c3af614a25dd drm/i915/panelreplay: Initializaton and compute config for panel replay -:362: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects? #362: FILE: drivers/gpu/drm/i915/display/intel_psr.h:24: +#define CAN_PSR(intel_dp) ((intel_dp)->psr.sink_support && \ + (intel_dp)->psr.source_support) -:365: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'intel_dp' - possible side-effects? #365: FILE: drivers/gpu/drm/i915/display/intel_psr.h:27: +#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, 2 checks, 290 lines checked a5ed631e2878 drm/i915/panelreplay: Enable panel replay dpcd initialization for DP 2d8dc819debf drm/i915/panelreplay: enable/disable panel replay a12bb3cdd5f6 drm/i915/panelreplay: Debugfs support for panel replay