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);
162 struct drm_property *drm_property_create_enum(struct drm_device *dev,
167 struct drm_property *property;
210 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
216 struct drm_property *property;
242 static struct drm_property *property_create_range(struct drm_device *dev,
246 struct drm_property *property;
277 struct drm_property *drm_property_create_range(struct drm_device *dev,
305 struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
332 struct drm_property *drm_property_create_object(struct drm_device *dev,
336 struct drm_property *property;
369 struct drm_property *drm_property_create_bool(struct drm_device *dev,
390 int drm_property_add_enum(struct drm_property *property,
442 void drm_property_destroy(struct drm_device *dev, struct drm_property *property)
463 struct drm_property *property;
698 struct drm_property *prop_holds_id)
877 bool drm_property_change_valid_get(struct drm_property *property,
933 void drm_property_change_valid_put(struct drm_property *property,