Home
last modified time | relevance | path

Searched refs:dst_x_offset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c767 int dst_x_offset; in bdisp_hw_build_node() local
781 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()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3991 uint32_t dst_x_offset: 13; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2992 p->CURSOR0_0_CURSOR_DST_OFFSET__CURSOR_DST_X_OFFSET = hubp->pos.dst_offset.bits.dst_x_offset; in dcn401_update_cursor_offload_pipe()