Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c112 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()
[all …]