Searched refs:dst_height (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c120 int src_width, src_height, dst_height, fps; local
130 dst_height = drm_rect_height(&pipe_cfg->dst_rect);
136 scale_factor = src_height > dst_height ?
137 mult_frac(src_height, 1, dst_height) : 1;
167 int dst_width, src_height, dst_height, fps; local
172 dst_height = drm_rect_height(&pipe_cfg->dst_rect);
178 if (src_height > dst_height) {
180 do_div(plane_clk, dst_height);
485 scale_cfg->dst_height = dst_h;
540 u32 dst_height local
[all...]
H A Ddpu_hw_util.h93 * @ dst_height: destination height
130 u32 dst_height; member in struct:dpu_hw_scaler3_cfg
247 * @dst_height: Destination height
292 uint32_t dst_height; member in struct:dpu_drm_scaler_v2
H A Ddpu_hw_util.c317 ((scaler3_cfg->dst_height & 0x1FFFF) << 16);
/linux-master/drivers/media/platform/nxp/
H A Dimx-pxp.c844 u32 dst_width, dst_height, dst_stride, dst_fourcc; local
858 dst_height = ctx->q_data[V4L2_M2M_DST].height;
900 swap(dst_width, dst_height);
907 out_buf2 = out_buf + dst_stride * dst_height;
915 BF_PXP_OUT_LRC_Y(dst_height - 1);
919 BF_PXP_OUT_PS_LRC_Y(dst_height - 1);
925 decy = (src_height <= dst_height) ? 0 : ilog2(src_height / dst_height);
984 yscale = (src_height >> decy) * 0x1000 / dst_height;
986 yscale = (src_height - 1) * 0x1000 / (dst_height
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_overlay.c633 if (params->dst_height > 1)
635 params->dst_height;
839 iowrite32(params->dst_height << 16 | params->dst_width, &regs->DWINSZ);
972 rec->dst_width, rec->dst_height);
990 tmp = ((rec->src_scan_height << 16) / rec->dst_height) >> 16;
1188 params->dst_height = (((u32)params->dst_height << 12) /
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h1872 __u16 dst_height; member in struct:drm_intel_overlay_put_image
/linux-master/include/uapi/drm/
H A Di915_drm.h1878 __u16 dst_height; member in struct:drm_intel_overlay_put_image

Completed in 394 milliseconds