HomeSort by: relevance | last modified time | path
    Searched defs:vbox_conn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_irq.c 116 struct vbox_connector *vbox_conn; local in function:vbox_update_mode_hints
135 vbox_conn = to_vbox_connector(connector);
137 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id];
142 crtc_id = vbox_conn->vbox_crtc->crtc_id;
143 vbox_conn->mode_hint.width = hints->cx;
144 vbox_conn->mode_hint.height = hints->cy;
145 vbox_conn->vbox_crtc->x_hint = hints->dx;
146 vbox_conn->vbox_crtc->y_hint = hints->dy;
147 vbox_conn->mode_hint.disconnected = disconnected;
149 if (vbox_conn->vbox_crtc->disconnected == disconnected
    [all...]
vbox_irq.c 116 struct vbox_connector *vbox_conn; local in function:vbox_update_mode_hints
135 vbox_conn = to_vbox_connector(connector);
137 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id];
142 crtc_id = vbox_conn->vbox_crtc->crtc_id;
143 vbox_conn->mode_hint.width = hints->cx;
144 vbox_conn->mode_hint.height = hints->cy;
145 vbox_conn->vbox_crtc->x_hint = hints->dx;
146 vbox_conn->vbox_crtc->y_hint = hints->dy;
147 vbox_conn->mode_hint.disconnected = disconnected;
149 if (vbox_conn->vbox_crtc->disconnected == disconnected
    [all...]

Completed in 22 milliseconds