Searched refs:dst_x_offset (Results 1 – 3 of 3) sorted by relevance
767 int dst_x_offset; in bdisp_hw_build_node() local781 dst_x_offset = (src_x_offset * dst_width) / ctx->src.crop.width; in bdisp_hw_build_node()782 dst_rect.left += dst_x_offset; in bdisp_hw_build_node()843 dst_x_offset /= 2; in bdisp_hw_build_node()849 node->txy |= cfg->hflip ? (dst_width - dst_x_offset - 1) : in bdisp_hw_build_node()
12255 …int dst_x_offset = (int) ((p->cursor_x_position + (p->cursor_stereo_en == 0 ? 0 : math_max2(p->cur… in dml2_core_calcs_cursor_dlg_reg() local12257 cursor_dlg_regs->dst_x_offset = (unsigned int) ((dst_x_offset > 0) ? dst_x_offset : 0); in dml2_core_calcs_cursor_dlg_reg()12263 DML_LOG_VERBOSE("DML_DLG::%s: dst_x_offset=%d\n", __func__, dst_x_offset); in dml2_core_calcs_cursor_dlg_reg()12264 DML_LOG_VERBOSE("DML_DLG::%s: dst_x_offset=%d (reg)\n", __func__, cursor_dlg_regs->dst_x_offset); in dml2_core_calcs_cursor_dlg_reg()
2941 p->CURSOR0_0_CURSOR_DST_OFFSET__CURSOR_DST_X_OFFSET = hubp->pos.dst_offset.bits.dst_x_offset; in dcn401_update_cursor_offload_pipe()