== Series Details == Series: Enable Adaptive Sync SDP Support for DP (rev12) URL : https://patchwork.freedesktop.org/series/126829/ State : warning == Summary == Error: dim checkpatch failed 561b1cb88781 drm/dp: Add support to indicate if sink supports AS SDP 64f52ebe7a6b drm: Add Adaptive Sync SDP logging ba7055588f77 drm/i915/dp: Add Read/Write support for Adaptive Sync SDP -:128: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #128: FILE: drivers/gpu/drm/i915/display/intel_dp.c:4404: +intel_read_dp_infoframe_as_sdp(struct intel_encoder *encoder, + struct intel_crtc_state *crtc_state, -:156: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #156: FILE: drivers/gpu/drm/i915/display/intel_dp.c:4531: + intel_read_dp_infoframe_as_sdp(encoder, crtc_state, + &crtc_state->infoframes.as_sdp); total: 0 errors, 0 warnings, 2 checks, 217 lines checked bcceda33facc drm/i915/display/dp: Add wrapper function to check AS SDP cce980ce9638 drm/i915/display: Compute AS SDP parameters. ea38644f512a drm/i915/display: Add state checker for Adaptive Sync SDP -:68: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects? #68: FILE: drivers/gpu/drm/i915/display/intel_display.c:5137: +#define PIPE_CONF_CHECK_DP_AS_SDP(name) do { \ + if (!intel_compare_dp_as_sdp(¤t_config->infoframes.name, \ + &pipe_config->infoframes.name)) { \ + pipe_config_dp_as_sdp_mismatch(dev_priv, fastset, __stringify(name), \ + ¤t_config->infoframes.name, \ + &pipe_config->infoframes.name); \ + ret = false; \ + } \ +} while (0) total: 0 errors, 0 warnings, 1 checks, 78 lines checked efc7f0b56591 drm/i915/display: Compute vrr_vsync params dcf81870bbe0 drm/i915/display: Read/Write AS sdp only when sink/source has enabled