[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for In order to readout DP SDPs, refactors the handling of DP SDPs (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 5 20:32:19 UTC 2020
== Series Details ==
Series: In order to readout DP SDPs, refactors the handling of DP SDPs (rev4)
URL : https://patchwork.freedesktop.org/series/72853/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
337be6e4a25e drm: add DP 1.4 VSC SDP Payload related enums and a structure
8e6cf3c5fe7f drm/i915/dp: Add compute routine for DP VSC SDP
e34ff27be612 drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
e92dd2d13e47 drm/i915/dp: Add writing of DP SDPs (Secondary Data Packet)
d587ae502b80 video/hdmi: Add Unpack only function for DRM infoframe
7fc4c0069309 drm/i915/dp: Read out DP SDPs (Secondary Data Packet)
c754babdda67 drm: Add logging function for DP VSC SDP
60f01133b46c drm/i915: Include HDMI DRM infoframe in the crtc state dump
983f664b850e drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dump
5716f680b4a0 drm/i915: Include DP VSC SDP in the crtc state dump
5070b80edd7a drm/i915: Program DP SDPs with computed configs
f5aeba2edcb3 drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
12492e08c39d drm/i915: Add state readout for DP VSC SDP
-:81: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects?
#81: FILE: drivers/gpu/drm/i915/display/intel_display.c:13895:
+#define PIPE_CONF_CHECK_DP_VSC_SDP(name) do { \
+ if (!intel_compare_dp_vsc_sdp(¤t_config->infoframes.name, \
+ &pipe_config->infoframes.name)) { \
+ pipe_config_dp_vsc_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, 74 lines checked
a483a4881789 drm/i915: Program DP SDPs on pipe updates
279ec55c845f drm/i915: Stop sending DP SDPs on intel_ddi_post_disable_dp()
64b807768c4c drm/i915/dp: Add compute routine for DP PSR VSC SDP
f4f8b0f85ef9 drm/i915/psr: Use new DP VSC SDP compute routine on PSR
More information about the Intel-gfx
mailing list