Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vboxvideo/
A Dvbox_irq.c75 hintsi = &vbox->last_mode_hints[i]; in validate_or_set_position_hints()
76 hintsj = &vbox->last_mode_hints[j]; in validate_or_set_position_hints()
97 if (vbox->last_mode_hints[i].enabled) { in validate_or_set_position_hints()
98 vbox->last_mode_hints[i].dx = currentx; in validate_or_set_position_hints()
99 vbox->last_mode_hints[i].dy = 0; in validate_or_set_position_hints()
101 vbox->last_mode_hints[i].cx & 0x8fff; in validate_or_set_position_hints()
120 vbox->last_mode_hints); in vbox_update_mode_hints()
133 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
A Dvbox_main.c156 vbox->last_mode_hints = devm_kcalloc(vbox->ddev.dev, vbox->num_crtcs, in vbox_hw_init()
159 if (!vbox->last_mode_hints) in vbox_hw_init()
A Dvbox_drv.h63 struct vbva_modehint *last_mode_hints; member

Completed in 6 milliseconds