[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for HDCP2.2 Phase II (rev7)

Patchwork patchwork at emeril.freedesktop.org
Thu Apr 18 11:17:15 UTC 2019


== Series Details ==

Series: HDCP2.2 Phase II (rev7)
URL   : https://patchwork.freedesktop.org/series/57232/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
4c5fcb196eb7 drm: move content protection property to mode_config
49dbee2b7e34 drm/i915: debugfs: HDCP2.2 capability read
f394967e1c97 drm: Add Content protection type property
-:63: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#63: FILE: drivers/gpu/drm/drm_connector.c:864:
+};
+DRM_ENUM_NAME_FN(drm_get_hdcp_content_type_name,

-:134: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#134: FILE: drivers/gpu/drm/drm_connector.c:1592:
+		prop = drm_property_create_enum(dev, 0, "HDCP Content Type",
+					drm_hdcp_content_type_enum_list,

-:135: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#135: FILE: drivers/gpu/drm/drm_connector.c:1593:
+					ARRAY_SIZE(

total: 0 errors, 0 warnings, 3 checks, 163 lines checked
d8db5b5b9147 drm/i915: Attach content type property
1c19c4f8620b drm: revocation check at drm subsystem
-:35: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#35: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 405 lines checked
30d4513a2b5a drm/i915: SRM revocation check for HDCP1.4 and 2.2
f509333fff7e drm/hdcp: gathering hdcp related code into drm_hdcp.c
-:142: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#142: FILE: drivers/gpu/drm/drm_hdcp.c:346:
+};
+DRM_ENUM_NAME_FN(drm_get_content_protection_name, drm_cp_enum_list)

-:148: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#148: FILE: drivers/gpu/drm/drm_hdcp.c:352:
+};
+DRM_ENUM_NAME_FN(drm_get_hdcp_content_type_name,

-:177: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#177: FILE: drivers/gpu/drm/drm_hdcp.c:381:
+int drm_connector_attach_content_protection_property(

-:201: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#201: FILE: drivers/gpu/drm/drm_hdcp.c:405:
+		prop = drm_property_create_enum(dev, 0, "HDCP Content Type",
+					drm_hdcp_content_type_enum_list,

-:202: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#202: FILE: drivers/gpu/drm/drm_hdcp.c:406:
+					ARRAY_SIZE(

-:238: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#238: FILE: include/drm/drm_hdcp.h:305:
+int drm_connector_attach_content_protection_property(

total: 0 errors, 0 warnings, 6 checks, 203 lines checked
df0f1eb5d4cd drm: uevent for connector status change
a3e81ac66413 drm/hdcp: update content protection property with uevent
-:36: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#36: FILE: drivers/gpu/drm/drm_hdcp.c:431:
+	drm_sysfs_connector_status_event(connector,
+				 dev->mode_config.content_protection_property);

total: 0 errors, 0 warnings, 1 checks, 25 lines checked
5c248b12771b drm/i915: update the hdcp state with uevent
115e48f3f606 drm: Add CP downstream_info property
-:137: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#137: FILE: drivers/gpu/drm/drm_hdcp.c:483:
+drm_connector_update_hdcp_topology_property(struct drm_connector *connector,
+					const struct hdcp_topology_info *info)

-:146: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#146: FILE: drivers/gpu/drm/drm_hdcp.c:492:
+	ret = drm_property_replace_global_blob(dev,
+			&connector->hdcp_topology_blob_ptr,

-:185: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#185: FILE: include/drm/drm_hdcp.h:310:
+int drm_connector_attach_hdcp_topology_property(

-:187: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#187: FILE: include/drm/drm_hdcp.h:312:
+int drm_connector_update_hdcp_topology_property(

total: 0 errors, 0 warnings, 4 checks, 192 lines checked
e96a375a2c0e drm/i915: Populate downstream info for HDCP
-:98: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#98: FILE: drivers/gpu/drm/i915/intel_hdcp.c:764:
+	if (drm_connector_update_hdcp_topology_property(&connector->base,
+						connector->hdcp.topology_info))

-:117: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#117: FILE: drivers/gpu/drm/i915/intel_hdcp.c:800:
+			if (drm_connector_update_hdcp_topology_property(

-:157: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#157: FILE: drivers/gpu/drm/i915/intel_hdcp.c:1632:
+		drm_connector_update_hdcp_topology_property(&connector->base,
+							  hdcp->topology_info);

total: 0 errors, 0 warnings, 3 checks, 187 lines checked



More information about the Intel-gfx mailing list