Searched refs:last_mode_hints (Results 1 – 3 of 3) sorted by relevance
76 hintsi = &vbox->last_mode_hints[i]; in validate_or_set_position_hints()77 hintsj = &vbox->last_mode_hints[j]; in validate_or_set_position_hints()98 if (vbox->last_mode_hints[i].enabled) { in validate_or_set_position_hints()99 vbox->last_mode_hints[i].dx = currentx; in validate_or_set_position_hints()100 vbox->last_mode_hints[i].dy = 0; in validate_or_set_position_hints()102 vbox->last_mode_hints[i].cx & 0x8fff; in validate_or_set_position_hints()121 vbox->last_mode_hints); in vbox_update_mode_hints()134 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
159 vbox->last_mode_hints = devm_kcalloc(vbox->ddev.dev, vbox->num_crtcs, in vbox_hw_init()162 if (!vbox->last_mode_hints) in vbox_hw_init()
62 struct vbva_modehint *last_mode_hints; member