Searched refs:last_mode_hints (Results 1 – 3 of 3) sorted by relevance
75 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()
158 vbox->last_mode_hints = devm_kcalloc(vbox->ddev.dev, vbox->num_crtcs, in vbox_hw_init()161 if (!vbox->last_mode_hints) in vbox_hw_init()
63 struct vbva_modehint *last_mode_hints; member
Completed in 5 milliseconds