Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/sti/bdisp/
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-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c1074 uint32_t dst_x_offset; in hubp1_cursor_set_position() local
1098 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp1_cursor_set_position()
1099 dst_x_offset *= param->ref_clk_khz; in hubp1_cursor_set_position()
1100 dst_x_offset /= param->pixel_clk_khz; in hubp1_cursor_set_position()
1105 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp1_cursor_set_position()
1106 dc_fixpt_from_int(dst_x_offset), in hubp1_cursor_set_position()
1130 CURSOR_DST_X_OFFSET, dst_x_offset); in hubp1_cursor_set_position()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_mixer.c555 unsigned int dst_x_offset, dst_y_offset; in mixer_graph_buffer() local
586 dst_x_offset = state->crtc.x; in mixer_graph_buffer()
611 val = MXR_GRP_DXY_DX(dst_x_offset); in mixer_graph_buffer()