Lines Matching refs:drm_property

754 	struct drm_property *edid;  in drm_mode_create_standard_connector_properties()
755 struct drm_property *dpms; in drm_mode_create_standard_connector_properties()
781 struct drm_property *dvi_i_selector; in drm_mode_create_dvi_i_properties()
782 struct drm_property *dvi_i_subconnector; in drm_mode_create_dvi_i_properties()
818 struct drm_property *tv_selector; in drm_mode_create_tv_properties()
819 struct drm_property *tv_subconnector; in drm_mode_create_tv_properties()
894 struct drm_property *scaling_mode; in drm_mode_create_scaling_mode_property()
919 struct drm_property *dithering_mode; in drm_mode_create_dithering_property()
943 struct drm_property *dirty_info; in drm_mode_create_dirty_info_property()
1059 struct drm_property *property, *pt; in drm_mode_config_cleanup()
2747 struct drm_property *drm_property_create(struct drm_device *dev, int flags, in drm_property_create()
2750 struct drm_property *property = NULL; in drm_property_create()
2753 property = malloc(sizeof(struct drm_property), DRM_MEM_KMS, in drm_property_create()
2782 struct drm_property *drm_property_create_enum(struct drm_device *dev, int flags, in drm_property_create_enum()
2787 struct drm_property *property; in drm_property_create_enum()
2810 struct drm_property *drm_property_create_bitmask(struct drm_device *dev, in drm_property_create_bitmask()
2815 struct drm_property *property; in drm_property_create_bitmask()
2838 struct drm_property *drm_property_create_range(struct drm_device *dev, int flags, in drm_property_create_range()
2842 struct drm_property *property; in drm_property_create_range()
2857 int drm_property_add_enum(struct drm_property *property, int index, in drm_property_add_enum()
2894 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy()
2912 struct drm_property *property, in drm_object_attach_property()
2932 struct drm_property *property, uint64_t val) in drm_object_property_set_value()
2948 struct drm_property *property, uint64_t *val) in drm_object_property_get_value()
2968 struct drm_property *property; in drm_mode_getproperty_ioctl()
3163 static bool drm_property_change_is_valid(struct drm_property *property, in drm_property_change_is_valid()
3206 struct drm_property *property, in drm_mode_connector_set_obj_prop()
3227 struct drm_property *property, in drm_mode_crtc_set_obj_prop()
3242 struct drm_property *property, in drm_mode_plane_set_obj_prop()
3318 struct drm_property *property; in drm_mode_obj_set_property_ioctl()