[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for In order to readout DP SDPs, refactors the handling of DP SDPs (rev9)

Patchwork patchwork at emeril.freedesktop.org
Mon Mar 30 23:19:46 UTC 2020


== Series Details ==

Series: In order to readout DP SDPs, refactors the handling of DP SDPs (rev9)
URL   : https://patchwork.freedesktop.org/series/72853/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
38f26ed437b1 video/hdmi: Add Unpack only function for DRM infoframe
e58de153b99b drm/i915/dp: Read out DP SDPs
10cbc3f7cd79 drm: Add logging function for DP VSC SDP
96c9d0bf88ac drm/i915: Include HDMI DRM infoframe in the crtc state dump
c9cbe7b7bd25 drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dump
0845eae4c199 drm/i915: Include DP VSC SDP in the crtc state dump
bcd2ab9c0373 drm/i915: Program DP SDPs with computed configs
561b303fba93 drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
e6bbd6890567 drm/i915: Add state readout for DP VSC SDP
-:82: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects?
#82: FILE: drivers/gpu/drm/i915/display/intel_display.c:13710:
+#define PIPE_CONF_CHECK_DP_VSC_SDP(name) do { \
+	if (!intel_compare_dp_vsc_sdp(&current_config->infoframes.name, \
+				      &pipe_config->infoframes.name)) { \
+		pipe_config_dp_vsc_sdp_mismatch(dev_priv, fastset, __stringify(name), \
+						&current_config->infoframes.name, \
+						&pipe_config->infoframes.name); \
+		ret = false; \
+	} \
+} while (0)

total: 0 errors, 0 warnings, 1 checks, 74 lines checked
de9f8e3bc14c drm/i915: Fix enabled infoframe states of lspcon
0256e6feea41 drm/i915: Program DP SDPs on pipe updates
016763fca759 drm/i915: Stop sending DP SDPs on ddi disable
f8e40f339fb2 drm/i915/dp: Add compute routine for DP PSR VSC SDP
025e44f9037e drm/i915/psr: Use new DP VSC SDP compute routine on PSR



More information about the Intel-gfx mailing list