Searched refs:drm_property_add_enum (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_property.c | 177 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 D | drm_connector.c | 2195 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 D | drm_plane.c | 1743 ret = drm_property_add_enum(prop, props[i].type, in drm_create_scaling_filter_prop()
|
| /linux/include/drm/ |
| H A D | drm_property.h | 273 int drm_property_add_enum(struct drm_property *property,
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_display.c | 403 drm_property_add_enum(p, l->type, l->name); \
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_display.c | 1409 ret = drm_property_add_enum(prop, props[i].type, in amdgpu_display_setup_abm_prop()
|