Lines Matching refs:drm_property
30 #include <drm/drm_property.h>
37 * Properties as represented by &drm_property are used to extend the modeset
42 * flags member of &struct drm_property for an overview of the different
96 struct drm_property *drm_property_create(struct drm_device *dev,
100 struct drm_property *property = NULL;
109 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL);
161 struct drm_property *drm_property_create_enum(struct drm_device *dev,
166 struct drm_property *property;
209 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
215 struct drm_property *property;
241 static struct drm_property *property_create_range(struct drm_device *dev,
245 struct drm_property *property;
276 struct drm_property *drm_property_create_range(struct drm_device *dev,
304 struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
331 struct drm_property *drm_property_create_object(struct drm_device *dev,
335 struct drm_property *property;
368 struct drm_property *drm_property_create_bool(struct drm_device *dev,
389 int drm_property_add_enum(struct drm_property *property,
440 void drm_property_destroy(struct drm_device *dev, struct drm_property *property)
461 struct drm_property *property;
695 struct drm_property *prop_holds_id)
874 bool drm_property_change_valid_get(struct drm_property *property,
930 void drm_property_change_valid_put(struct drm_property *property,