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

/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h40 uint32_t dst_x_offset: 13; member in struct:cursor_position_cache_hubp::reg_dst_offset_cfg::__anon53
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c1190 uint32_t dst_x_offset; local
1227 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0;
1228 dst_x_offset *= param->ref_clk_khz;
1229 dst_x_offset /= param->pixel_clk_khz;
1234 dst_x_offset = dc_fixpt_floor(dc_fixpt_div(
1235 dc_fixpt_from_int(dst_x_offset),
1265 CURSOR_DST_X_OFFSET, dst_x_offset);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c986 uint32_t dst_x_offset; local
1023 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0;
1024 dst_x_offset *= param->ref_clk_khz;
1025 dst_x_offset /= param->pixel_clk_khz;
1030 dst_x_offset = dc_fixpt_floor(dc_fixpt_div(
1031 dc_fixpt_from_int(dst_x_offset),
1061 CURSOR_DST_X_OFFSET, dst_x_offset);
1069 hubp->pos.dst_offset.bits.dst_x_offset = dst_x_offset;
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c767 int dst_x_offset; local
781 dst_x_offset = (src_x_offset * dst_width) / ctx->src.crop.width;
782 dst_rect.left += dst_x_offset;
843 dst_x_offset /= 2;
849 node->txy |= cfg->hflip ? (dst_width - dst_x_offset - 1) :
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c610 unsigned int dst_x_offset, dst_y_offset; local
647 dst_x_offset = state->crtc.x;
672 val = MXR_GRP_DXY_DX(dst_x_offset);
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2739 uint32_t dst_x_offset: 13; member in struct:dmub_cursor_position_cache_hubp::dmub_reg_dst_offset_cfg::__anon78

Completed in 146 milliseconds