Searched refs:dst_height (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_util.h | 117 u32 dst_height; member 279 uint32_t dst_height; member
|
A D | dpu_plane.c | 160 int src_width, src_height, dst_height, fps; in _dpu_plane_calc_bw() local 174 dst_height = drm_rect_height(&pdpu->pipe_cfg.dst_rect); in _dpu_plane_calc_bw() 180 scale_factor = src_height > dst_height ? in _dpu_plane_calc_bw() 181 mult_frac(src_height, 1, dst_height) : 1; in _dpu_plane_calc_bw() 213 int dst_width, src_height, dst_height, fps; in _dpu_plane_calc_clk() local 220 dst_height = drm_rect_height(&pdpu->pipe_cfg.dst_rect); in _dpu_plane_calc_clk() 226 if (src_height > dst_height) { in _dpu_plane_calc_clk() 228 do_div(pstate->plane_clk, dst_height); in _dpu_plane_calc_clk() 600 scale_cfg->dst_height = dst_h; in _dpu_plane_setup_scaler3()
|
A D | dpu_hw_util.c | 302 ((scaler3_cfg->dst_height & 0x1FFFF) << 16); in dpu_hw_setup_scaler3()
|
/linux/drivers/media/platform/ |
A D | imx-pxp.c | 726 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()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_overlay.c | 629 if (params->dst_height > 1) in update_scaling_factors() 631 params->dst_height; in update_scaling_factors() 835 iowrite32(params->dst_height << 16 | params->dst_width, ®s->DWINSZ); in intel_overlay_do_put_image() 965 rec->dst_y + rec->dst_height <= pipe_config->pipe_src_h) in check_overlay_dst() 976 tmp = ((rec->src_scan_height << 16) / rec->dst_height) >> 16; in check_overlay_scaling() 1174 params->dst_height = (((u32)params->dst_height << 12) / in intel_overlay_put_image_ioctl()
|
/linux/tools/include/uapi/drm/ |
A D | i915_drm.h | 1680 __u16 dst_height; member
|
/linux/include/uapi/drm/ |
A D | i915_drm.h | 1680 __u16 dst_height; member
|
Completed in 35 milliseconds