Home
last modified time | relevance | path

Searched refs:dst_x_offset (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c1159 uint32_t dst_x_offset; in hubp1_cursor_set_position() local
1189 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp1_cursor_set_position()
1190 dst_x_offset *= param->ref_clk_khz; in hubp1_cursor_set_position()
1191 dst_x_offset /= param->pixel_clk_khz; in hubp1_cursor_set_position()
1196 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp1_cursor_set_position()
1197 dc_fixpt_from_int(dst_x_offset), in hubp1_cursor_set_position()
1227 CURSOR_DST_X_OFFSET, dst_x_offset); in hubp1_cursor_set_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c1190 uint32_t dst_x_offset; in hubp1_cursor_set_position() local
1227 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp1_cursor_set_position()
1228 dst_x_offset *= param->ref_clk_khz; in hubp1_cursor_set_position()
1229 dst_x_offset /= param->pixel_clk_khz; in hubp1_cursor_set_position()
1234 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp1_cursor_set_position()
1235 dc_fixpt_from_int(dst_x_offset), in hubp1_cursor_set_position()
1265 CURSOR_DST_X_OFFSET, dst_x_offset); in hubp1_cursor_set_position()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h40 uint32_t dst_x_offset: 13; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c984 uint32_t dst_x_offset; in hubp2_cursor_set_position() local
1021 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp2_cursor_set_position()
1022 dst_x_offset *= param->ref_clk_khz; in hubp2_cursor_set_position()
1023 dst_x_offset /= param->pixel_clk_khz; in hubp2_cursor_set_position()
1028 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp2_cursor_set_position()
1029 dc_fixpt_from_int(dst_x_offset), in hubp2_cursor_set_position()
1059 CURSOR_DST_X_OFFSET, dst_x_offset); in hubp2_cursor_set_position()
1067 hubp->pos.dst_offset.bits.dst_x_offset = dst_x_offset; in hubp2_cursor_set_position()
/kernel/linux/linux-5.10/drivers/media/platform/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c976 uint32_t dst_x_offset; in hubp2_cursor_set_position() local
1006 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp2_cursor_set_position()
1007 dst_x_offset *= param->ref_clk_khz; in hubp2_cursor_set_position()
1008 dst_x_offset /= param->pixel_clk_khz; in hubp2_cursor_set_position()
1013 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp2_cursor_set_position()
1014 dc_fixpt_from_int(dst_x_offset), in hubp2_cursor_set_position()
1044 CURSOR_DST_X_OFFSET, dst_x_offset); in hubp2_cursor_set_position()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c608 unsigned int dst_x_offset, dst_y_offset; in mixer_graph_buffer() local
645 dst_x_offset = state->crtc.x; in mixer_graph_buffer()
670 val = MXR_GRP_DXY_DX(dst_x_offset); in mixer_graph_buffer()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c610 unsigned int dst_x_offset, dst_y_offset; in mixer_graph_buffer() local
647 dst_x_offset = state->crtc.x; in mixer_graph_buffer()
672 val = MXR_GRP_DXY_DX(dst_x_offset); in mixer_graph_buffer()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2555 uint32_t dst_x_offset: 13; member

Completed in 20 milliseconds