== Series Details ==

Series: Enabling content-type setting for HDMI displays. (rev3)
URL   : https://patchwork.freedesktop.org/series/41876/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
859e0b2e808c drm: content-type property for HDMI connector
-:92: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#92: FILE: drivers/gpu/drm/drm_connector.c:1017:
+               drm_object_attach_property(&connector->base,
+                       connector->dev->mode_config.content_type_property,

-:122: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#122: FILE: drivers/gpu/drm/drm_connector.c:1304:
+               drm_property_create_enum(dev, 0, "content type",
+                               drm_content_type_enum_list,

-:125: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written 
"!dev->mode_config.content_type_property"
#125: FILE: drivers/gpu/drm/drm_connector.c:1307:
+       if (dev->mode_config.content_type_property == NULL)

total: 0 errors, 0 warnings, 3 checks, 172 lines checked
67311c808659 i915: content-type property for HDMI connector

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to