Searched refs:drm_property_create (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/drm/ |
| HD | drm_mode_config.c | 302 prop = drm_property_create(dev, in drm_mode_create_standard_properties() 309 prop = drm_property_create(dev, in drm_mode_create_standard_properties() 323 prop = drm_property_create(dev, in drm_mode_create_standard_properties() 330 prop = drm_property_create(dev, in drm_mode_create_standard_properties() 344 prop = drm_property_create(dev, in drm_mode_create_standard_properties()
|
| HD | drm_property.c | 75 struct drm_property *drm_property_create(struct drm_device *dev, int flags, in drm_property_create() function 117 EXPORT_SYMBOL(drm_property_create); 148 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_enum() 198 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_bitmask() 229 property = drm_property_create(dev, flags, name, 2); in property_create_range() 324 property = drm_property_create(dev, flags, name, 1); in drm_property_create_object()
|
| HD | drm_connector.c | 829 prop = drm_property_create(dev, DRM_MODE_PROP_BLOB | in DRM_ENUM_NAME_FN() 843 prop = drm_property_create(dev, in DRM_ENUM_NAME_FN() 851 prop = drm_property_create(dev, in DRM_ENUM_NAME_FN() 972 drm_property_create(dev, DRM_MODE_PROP_ENUM, in drm_mode_create_tv_properties() 1074 drm_property_create(dev, DRM_MODE_PROP_ENUM, "scaling mode", in drm_connector_attach_scaling_mode_property()
|
| /dragonfly/sys/dev/drm/include/drm/ |
| HD | drm_property.h | 240 struct drm_property *drm_property_create(struct drm_device *dev, int flags,
|
| /dragonfly/sys/dev/drm/i915/ |
| HD | intel_sdvo.c | 2748 drm_property_create(dev, DRM_MODE_PROP_ENUM, in intel_sdvo_tv_create_property()
|