Home
last modified time | relevance | path

Searched refs:drm_property_info (Results 1 – 4 of 4) sorted by relevance

/third_party/weston/libweston/backend-drm/
Ddrm-internal.h153 struct drm_property_info { struct
459 struct drm_property_info props[WDRM_PLANE__COUNT];
485 struct drm_property_info props_conn[WDRM_CONNECTOR__COUNT];
501 struct drm_property_info props_crtc[WDRM_CRTC__COUNT];
633 const struct drm_property_info *src,
634 struct drm_property_info *info,
638 drm_property_get_value(struct drm_property_info *info,
642 drm_property_get_range_values(struct drm_property_info *info,
649 drm_property_info_free(struct drm_property_info *info, int num_props);
652 extern const struct drm_property_info plane_props[];
[all …]
Dkms.c64 const struct drm_property_info plane_props[] = {
129 const struct drm_property_info connector_props[] = {
155 const struct drm_property_info crtc_props[] = {
185 drm_property_get_value(struct drm_property_info *info, in drm_property_get_value()
234 drm_property_get_range_values(struct drm_property_info *info, in drm_property_get_range_values()
290 const struct drm_property_info *src, in drm_property_info_populate()
291 struct drm_property_info *info, in drm_property_info_populate()
411 drm_property_info_free(struct drm_property_info *info, int num_props) in drm_property_info_free()
667 struct drm_property_info *dpms_prop; in drm_output_apply_state_legacy()
805 struct drm_property_info *info = &output->props_crtc[prop]; in crtc_add_prop()
[all …]
Dmodes.c125 struct drm_property_info *non_desktop_info = in check_non_desktop()
134 struct drm_property_info *orientation = in get_panel_orientation()
Ddrm.c365 struct drm_property_info *damage_info = in drm_output_render()
1982 struct drm_property_info *info; in drm_head_get_current_protection()