[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for In order to readout DP SDPs, refactors the handling of DP SDPs (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Sun Feb 2 16:32:59 UTC 2020
== Series Details ==
Series: In order to readout DP SDPs, refactors the handling of DP SDPs (rev2)
URL : https://patchwork.freedesktop.org/series/72853/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
20e405544f77 drm: add DP 1.4 VSC SDP Payload related enums
fd79588e7005 drm/i915: Add DP VSC SDP payload data to intel_crtc_state.infoframes
c5ac25c1a5f8 drm/i915/dp: Add compute routine for DP VSC SDP
b82b2a59941d drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
94709dc29218 drm/i915/dp: Add writing of DP SDPs (Secondary Data Packet)
1cb28037364e video/hdmi: Add Unpack only function for DRM infoframe
56220d9f4ad2 drm/i915/dp: Read out DP SDPs (Secondary Data Packet)
a13ab11796ef drm/i915/dp: Add logging function for DP VSC SDP
-:194: CHECK:LINE_SPACING: Please don't use multiple blank lines
#194: FILE: drivers/gpu/drm/i915/display/intel_dp.c:5267:
+
+
total: 0 errors, 0 warnings, 1 checks, 202 lines checked
1fd82d1db39d drm/i915: Include HDMI DRM infoframe in the crtc state dump
4feab04a1555 drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dump
f53de2c1ea0a drm/i915: Include DP VSC SDP in the crtc state dump
05f50974f33c drm/i915: Program DP SDPs with computed configs
0c1409bfc54e drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
b00ca0ef9afa drm/i915: Add state readout for DP VSC SDP
-:78: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects?
#78: FILE: drivers/gpu/drm/i915/display/intel_display.c:13869:
+#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, 73 lines checked
203b78b49e5d drm/i915: Program DP SDPs on pipe updates
3045bd7f3d1c drm/i915: Stop sending DP SDPs on intel_ddi_post_disable_dp()
948bdde86a99 drm/i915/dp: Add compute routine for DP PSR VSC SDP
2e4da14a99b9 drm/i915/psr: Use new DP VSC SDP compute routine on PSR
More information about the Intel-gfx
mailing list