Home
last modified time | relevance | path

Searched refs:dst_height (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h115 u32 dst_height; member
275 uint32_t dst_height; member
Ddpu_hw_util.c238 ((scaler3_cfg->dst_height & 0x1FFFF) << 16); in dpu_hw_setup_scaler3()
Ddpu_plane.c492 scale_cfg->dst_height = dst_h; in _dpu_plane_setup_scaler3()
/Linux-v5.4/drivers/media/platform/
Dimx-pxp.c726 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local
740 dst_height = ctx->q_data[V4L2_M2M_DST].height; in pxp_start()
783 out_buf2 = out_buf + dst_stride * dst_height; in pxp_start()
791 BF_PXP_OUT_LRC_Y(dst_height - 1); in pxp_start()
795 BF_PXP_OUT_PS_LRC_Y(dst_height - 1); in pxp_start()
801 decy = (src_height <= dst_height) ? 0 : ilog2(src_height / dst_height); in pxp_start()
860 yscale = (src_height >> decy) * 0x1000 / dst_height; in pxp_start()
862 yscale = (src_height - 1) * 0x1000 / (dst_height - 1); in pxp_start()
Dsh_veu.c748 u32 dst_width, dst_stride, dst_height; in sh_veu_configure() local
759 dst_height = real_h = veu->vfmt_out.frame.height; in sh_veu_configure()
769 src_height = sh_veu_scale_v(veu, src_height, real_h, dst_height); in sh_veu_configure()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_overlay.c618 if (params->dst_height > 1) in update_scaling_factors()
620 params->dst_height; in update_scaling_factors()
789 iowrite32(params->dst_height << 16 | params->dst_width, &regs->DWINSZ); in intel_overlay_do_put_image()
919 rec->dst_y + rec->dst_height <= pipe_config->pipe_src_h) in check_overlay_dst()
930 tmp = ((rec->src_scan_height << 16) / rec->dst_height) >> 16; in check_overlay_scaling()
1132 params->dst_height = (((u32)params->dst_height << 12) / in intel_overlay_put_image_ioctl()
/Linux-v5.4/include/uapi/drm/
Di915_drm.h1417 __u16 dst_height; member
/Linux-v5.4/tools/include/uapi/drm/
Di915_drm.h1417 __u16 dst_height; member