Home
last modified time | relevance | path

Searched refs:drm_property_add_enum (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_property.c177 ret = drm_property_add_enum(property, in drm_property_create_enum()
229 ret = drm_property_add_enum(property, in drm_property_create_bitmask()
390 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum() function
431 EXPORT_SYMBOL(drm_property_add_enum);
H A Ddrm_connector.c2195 drm_property_add_enum(dev->mode_config.legacy_tv_mode_property, in drm_mode_create_tv_properties_legacy()
2440 ret = drm_property_add_enum(scaling_mode_property, in drm_connector_attach_scaling_mode_property()
H A Ddrm_plane.c1743 ret = drm_property_add_enum(prop, props[i].type, in drm_create_scaling_filter_prop()
/linux/include/drm/
H A Ddrm_property.h273 int drm_property_add_enum(struct drm_property *property,
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c403 drm_property_add_enum(p, l->type, l->name); \
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c1409 ret = drm_property_add_enum(prop, props[i].type, in amdgpu_display_setup_abm_prop()