Home
last modified time | relevance | path

Searched refs:broadcast_rgb_names (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_connector.c243 static const struct drm_prop_enum_list broadcast_rgb_names[] = { variable
260 broadcast_rgb_names, in intel_attach_broadcast_rgb_property()
261 ARRAY_SIZE(broadcast_rgb_names)); in intel_attach_broadcast_rgb_property()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_device.c466 static const char *broadcast_rgb_names[] = { variable
482 ARRAY_SIZE(broadcast_rgb_names)); in cdv_intel_attach_broadcast_rgb_property()
486 for (i = 0; i < ARRAY_SIZE(broadcast_rgb_names); i++) in cdv_intel_attach_broadcast_rgb_property()
487 drm_property_add_enum(prop, i, broadcast_rgb_names[i]); in cdv_intel_attach_broadcast_rgb_property()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c690 static const struct drm_prop_enum_list broadcast_rgb_names[] = { variable
705 broadcast_rgb_names, in vc4_hdmi_attach_broadcast_rgb_property()
706 ARRAY_SIZE(broadcast_rgb_names)); in vc4_hdmi_attach_broadcast_rgb_property()