== Series Details ==

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

== Summary ==

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

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

-:148: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written 
"!dev->mode_config.content_type_property"
#148: 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
87448ddc6074 i915: content-type property for HDMI connector

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to