Searched refs:drm_head (Results 1 – 4 of 4) sorted by relevance
/third_party/weston/libweston/backend-drm/ |
D | drm-internal.h | 476 struct drm_head { struct 543 static inline struct drm_head * 546 return container_of(base, struct drm_head, base); in to_drm_head() 588 struct drm_head * 617 update_head_from_connector(struct drm_head *head,
|
D | modes.c | 123 check_non_desktop(struct drm_head *head, drmModeObjectPropertiesPtr props) in check_non_desktop() 132 get_panel_orientation(struct drm_head *head, drmModeObjectPropertiesPtr props) in get_panel_orientation() 316 find_and_parse_output_edid(struct drm_head *head, in find_and_parse_output_edid() 511 update_head_from_connector(struct drm_head *head, in update_head_from_connector() 761 struct drm_head *head; in drm_output_update_modelist_from_heads() 789 struct drm_head *head = to_drm_head(weston_output_get_first_head(base)); in drm_output_set_mode()
|
D | drm.c | 233 struct drm_head * 237 struct drm_head *head; in drm_head_find_by_connector() 1052 drm_get_backlight(struct drm_head *head) in drm_get_backlight() 1070 struct drm_head *head; in drm_set_backlight() 1093 struct drm_head *head; in drm_output_init_backlight() 1416 drm_head_read_current_setup(struct drm_head *head, struct drm_backend *backend) in drm_head_read_current_setup() 1483 drm_head_get_possible_crtcs_mask(struct drm_head *head) in drm_head_get_possible_crtcs_mask() 1527 struct drm_head *head; in drm_output_pick_crtc() 1856 drm_head_destroy(struct drm_head *head); 1979 drm_head_get_current_protection(struct drm_head *head, in drm_head_get_current_protection() [all …]
|
D | kms.c | 558 struct drm_head *head; in drm_output_assign_state() 670 struct drm_head *head; in drm_output_apply_state_legacy() 821 connector_add_prop(drmModeAtomicReq *req, struct drm_head *head, in connector_add_prop() 859 drm_head_has_prop(struct drm_head *head, in drm_head_has_prop() 898 drm_head_set_hdcp_property(struct drm_head *head, in drm_head_set_hdcp_property() 948 struct drm_head *head; in drm_output_apply_state_atomic() 1082 struct drm_head *head; in drm_pending_state_apply_atomic()
|