Searched refs:vbox_conn (Results 1 – 1 of 1) sorted by relevance
128 struct vbox_connector *vbox_conn; in vbox_update_mode_hints() local145 vbox_conn = to_vbox_connector(connector); in vbox_update_mode_hints()147 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()152 crtc_id = vbox_conn->vbox_crtc->crtc_id; in vbox_update_mode_hints()153 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints()154 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()155 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints()156 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints()157 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints()159 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints()[all …]