Searched refs:drm_property_create_signed_range (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/ |
| A D | drm_mode_config.c | 259 prop = drm_property_create_signed_range(dev, DRM_MODE_PROP_ATOMIC, in drm_mode_create_standard_properties() 265 prop = drm_property_create_signed_range(dev, DRM_MODE_PROP_ATOMIC, in drm_mode_create_standard_properties() 289 prop = drm_property_create_signed_range(dev, DRM_MODE_PROP_ATOMIC, in drm_mode_create_standard_properties()
|
| A D | drm_property.c | 305 struct drm_property *drm_property_create_signed_range(struct drm_device *dev, in drm_property_create_signed_range() function 312 EXPORT_SYMBOL(drm_property_create_signed_range);
|
| A D | drm_plane.c | 329 prop_x = drm_property_create_signed_range(plane->dev, 0, "HOTSPOT_X", in drm_plane_create_hotspot_properties() 334 prop_y = drm_property_create_signed_range(plane->dev, 0, "HOTSPOT_Y", in drm_plane_create_hotspot_properties()
|
| /linux/include/drm/ |
| A D | drm_property.h | 265 struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
|
Completed in 15 milliseconds