[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm: Don't create properties without names
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 2 13:58:00 UTC 2018
== Series Details ==
Series: series starting with [1/3] drm: Don't create properties without names
URL : https://patchwork.freedesktop.org/series/39277/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Commit: drm: Don't create properties without names
Okay!
Commit: drm: Check property/enum name length
-
+ ^
+drivers/gpu/drm/drm_property.c:82:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
+drivers/gpu/drm/drm_property.c:82:24: expected struct drm_property *
+drivers/gpu/drm/drm_property.c:82:24: got int
+drivers/gpu/drm/drm_property.c:82:24: warning: incorrect type in return expression (different base types)
+drivers/gpu/drm/drm_property.c: In function ‘drm_property_create’:
+ return -EINVAL;
Commit: drm: Add BT.2020 constant luminance enum value for the COLOR_ENCODING property
Okay!
More information about the Intel-gfx
mailing list