Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c111 struct vbox_connector *vbox_conn; in vbox_update_mode_hints() local
130 vbox_conn = to_vbox_connector(connector); in vbox_update_mode_hints()
132 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
137 crtc_id = vbox_conn->vbox_crtc->crtc_id; in vbox_update_mode_hints()
138 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints()
139 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()
140 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints()
141 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints()
142 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints()
144 if (vbox_conn in vbox_update_mode_hints()
[all...]
/kernel/linux/linux-6.6/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 in vbox_update_mode_hints()
[all...]

Completed in 1 milliseconds