HomeSort by: relevance | last modified time | path
    Searched refs:last_mode_hints (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_irq.c 79 hintsi = &vbox->last_mode_hints[i];
80 hintsj = &vbox->last_mode_hints[j];
101 if (vbox->last_mode_hints[i].enabled) {
102 vbox->last_mode_hints[i].dx = currentx;
103 vbox->last_mode_hints[i].dy = 0;
105 vbox->last_mode_hints[i].cx & 0x8fff;
124 vbox->last_mode_hints);
137 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id];
vbox_main.c 160 vbox->last_mode_hints = devm_kcalloc(vbox->ddev.dev, vbox->num_crtcs,
163 if (!vbox->last_mode_hints) {
vbox_drv.h 65 struct vbva_modehint *last_mode_hints; member in struct:vbox_private

Completed in 14 milliseconds