Lines Matching refs:vbox_conn
112 struct vbox_connector *vbox_conn; in vbox_update_mode_hints() local
131 vbox_conn = to_vbox_connector(connector); in vbox_update_mode_hints()
133 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
138 crtc_id = vbox_conn->vbox_crtc->crtc_id; in vbox_update_mode_hints()
139 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints()
140 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()
141 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints()
142 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints()
143 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints()
145 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints()
157 vbox_conn->vbox_crtc->disconnected = disconnected; in vbox_update_mode_hints()