Searched refs:last_mode_hints (Results 1 – 3 of 3) sorted by relevance
74 hintsi = &vbox->last_mode_hints[i]; in validate_or_set_position_hints()75 hintsj = &vbox->last_mode_hints[j]; in validate_or_set_position_hints()96 if (vbox->last_mode_hints[i].enabled) { in validate_or_set_position_hints()97 vbox->last_mode_hints[i].dx = currentx; in validate_or_set_position_hints()98 vbox->last_mode_hints[i].dy = 0; in validate_or_set_position_hints()100 vbox->last_mode_hints[i].cx & 0x8fff; in validate_or_set_position_hints()119 vbox->last_mode_hints); in vbox_update_mode_hints()132 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
154 vbox->last_mode_hints = devm_kcalloc(vbox->ddev.dev, vbox->num_crtcs, in vbox_hw_init()157 if (!vbox->last_mode_hints) in vbox_hw_init()
63 struct vbva_modehint *last_mode_hints; member