Searched refs:last_mode_hints (Results 1 – 3 of 3) sorted by relevance
90 hintsi = &vbox->last_mode_hints[i]; in validate_or_set_position_hints()91 hintsj = &vbox->last_mode_hints[j]; in validate_or_set_position_hints()112 if (vbox->last_mode_hints[i].enabled) { in validate_or_set_position_hints()113 vbox->last_mode_hints[i].dx = currentx; in validate_or_set_position_hints()114 vbox->last_mode_hints[i].dy = 0; in validate_or_set_position_hints()116 vbox->last_mode_hints[i].cx & 0x8fff; in validate_or_set_position_hints()136 vbox->last_mode_hints); in vbox_update_mode_hints()147 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
325 vbox->last_mode_hints = devm_kcalloc(vbox->dev->dev, vbox->num_crtcs, in vbox_hw_init()328 if (!vbox->last_mode_hints) { in vbox_hw_init()
91 struct vbva_modehint *last_mode_hints; member