Lines Matching refs:drm_property

952 	struct drm_property *edid;
953 struct drm_property *dpms;
979 struct drm_property *dvi_i_selector;
980 struct drm_property *dvi_i_subconnector;
1015 struct drm_property *tv_selector;
1016 struct drm_property *tv_subconnector;
1090 struct drm_property *scaling_mode;
1114 struct drm_property *dithering_mode;
1137 struct drm_property *dirty_info;
2697 struct drm_property *drm_property_create(struct drm_device *dev, int flags,
2700 struct drm_property *property = NULL;
2703 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL);
2730 kfree(property, sizeof(struct drm_property));
2733 struct drm_property *drm_property_create_enum(struct drm_device *dev, int flags,
2738 struct drm_property *property;
2759 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
2764 struct drm_property *property;
2786 struct drm_property *drm_property_create_range(struct drm_device *dev, int flags,
2790 struct drm_property *property;
2804 int drm_property_add_enum(struct drm_property *property, int index,
2842 void drm_property_destroy(struct drm_device *dev, struct drm_property *property)
2855 kfree(property, sizeof(struct drm_property));
2860 struct drm_property *property,
2879 struct drm_property *property, uint64_t val)
2894 struct drm_property *property, uint64_t *val)
2913 struct drm_property *property;
3109 static bool drm_property_change_is_valid(struct drm_property *property,
3151 struct drm_property *property,
3172 struct drm_property *property,
3187 struct drm_property *property,
3263 struct drm_property *property;
3897 struct drm_property *property, *pt;
3911 list_for_each_entry_safe(property, pt, struct drm_property, &dev->mode_config.property_list,