[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for HDCP 1.4 over MST connectors (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 12 21:12:31 UTC 2019


== Series Details ==

Series: drm/i915: Add support for HDCP 1.4 over MST connectors (rev2)
URL   : https://patchwork.freedesktop.org/series/70393/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
4f25d7348ece drm/i915: Fix sha_text population code
-:53: WARNING:LINE_SPACING: Missing a blank line after declarations
#53: FILE: drivers/gpu/drm/i915/display/intel_hdcp.c:340:
+			u8 off = ((sizeof(sha_text) - j - 1 - sha_leftovers) * 8);
+			sha_text |= ksv[j] << off;

total: 0 errors, 1 warnings, 0 checks, 59 lines checked
ab50e164f964 drm/i915: Clear the repeater bit on HDCP disable
b16968ebee0e drm/i915: WARN if HDCP signalling is enabled upon disable
2ef309e174b5 drm/i915: Intercept Aksv writes in the aux hooks
135b02f35aa2 drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signalling
03cad2db95dc drm/i915: Factor out hdcp->value assignments
-:59: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#59: FILE: drivers/gpu/drm/i915/display/intel_hdcp.c:905:
+			intel_hdcp_update_value(connector,
+				DRM_MODE_CONTENT_PROTECTION_ENABLED, true);

-:104: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#104: FILE: drivers/gpu/drm/i915/display/intel_hdcp.c:1747:
+			intel_hdcp_update_value(connector,
+					DRM_MODE_CONTENT_PROTECTION_ENABLED,

-:116: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#116: FILE: drivers/gpu/drm/i915/display/intel_hdcp.c:1761:
+			intel_hdcp_update_value(connector,
+					DRM_MODE_CONTENT_PROTECTION_ENABLED,

-:128: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#128: FILE: drivers/gpu/drm/i915/display/intel_hdcp.c:1778:
+		intel_hdcp_update_value(connector,
+				DRM_MODE_CONTENT_PROTECTION_DESIRED, true);

total: 0 errors, 0 warnings, 4 checks, 138 lines checked
46a30f077469 drm/i915: Protect workers against disappearing connectors
5cf2459e1ab8 drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
d1165847a339 drm/i915: Support DP MST in enc_to_dig_port() function
f03715af66e3 drm/i915: Use ddi_update_pipe in intel_dp_mst
-:51: CHECK:LINE_SPACING: Please don't use multiple blank lines
#51: FILE: drivers/gpu/drm/i915/display/intel_dp.h:126:
 
+

total: 0 errors, 0 warnings, 1 checks, 40 lines checked
42978bd3f621 drm/i915: Expose HDCP shim functions from dp for use by dp_mst
-:29: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#29: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:1644:
+int intel_dp_hdcp_read_bstatus(struct intel_digital_port *intel_dig_port,
+				      u8 *bstatus);

-:75: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#75: FILE: drivers/gpu/drm/i915/display/intel_dp.c:5962:
+int intel_dp_hdcp_read_bstatus(struct intel_digital_port *intel_dig_port,
 				      u8 *bstatus)

total: 0 errors, 0 warnings, 2 checks, 106 lines checked
33b2dcba156f drm/i915: Add HDCP 1.4 support for MST connectors
-:144: WARNING:LINE_SPACING: Missing a blank line after declarations
#144: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:659:
+		int ret = intel_hdcp_init(intel_connector, &intel_dp_hdcp_shim);
+		if (ret)

total: 0 errors, 1 warnings, 0 checks, 124 lines checked



More information about the Intel-gfx mailing list