Searched refs:dst_height (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ati_2d.c | 60 s->regs.dst_y : s->regs.dst_y + 1 - s->regs.dst_height); in ati_2d_blt() 81 + (dst_y + s->regs.dst_height) * dst_stride >= end) { in ati_2d_blt() 89 s->regs.dst_width, s->regs.dst_height, in ati_2d_blt() 99 s->regs.src_y : s->regs.src_y + 1 - s->regs.dst_height); in ati_2d_blt() 115 + (src_y + s->regs.dst_height) * src_stride >= end) { in ati_2d_blt() 125 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt() 133 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt() 139 s->regs.dst_height); in ati_2d_blt() 143 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt() 148 s->regs.dst_width, s->regs.dst_height); in ati_2d_blt() [all …]
|
H A D | ati_int.h | 64 uint32_t dst_height; member
|
H A D | ati.c | 447 val = s->regs.dst_height; in ati_mm_read() 810 s->regs.dst_height = data & 0x3fff; in ati_mm_write() 856 s->regs.dst_height = (data >> 16) & 0x3fff; in ati_mm_write() 879 s->regs.dst_height = data & 0x3fff; in ati_mm_write() 885 s->regs.dst_height = (data >> 16) & 0x3fff; in ati_mm_write()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 121 int src_width, src_height, dst_height, fps; in _dpu_plane_calc_bw() local 131 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_bw() 137 scale_factor = src_height > dst_height ? in _dpu_plane_calc_bw() 138 mult_frac(src_height, 1, dst_height) : 1; in _dpu_plane_calc_bw() 168 int dst_width, src_height, dst_height, fps; in _dpu_plane_calc_clk() local 173 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_clk() 179 if (src_height > dst_height) { in _dpu_plane_calc_clk() 181 do_div(plane_clk, dst_height); in _dpu_plane_calc_clk() 455 scale_cfg->dst_height = dst_h; in _dpu_plane_setup_scaler3() 540 u32 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_setup_scaler() local [all …]
|
H A D | dpu_hw_util.h | 124 u32 dst_height; member 286 uint32_t dst_height; member
|
H A D | dpu_hw_util.c | 317 ((scaler3_cfg->dst_height & 0x1FFFF) << 16); in dpu_hw_setup_scaler3()
|
/openbmc/linux/drivers/media/platform/nxp/ |
H A D | imx-pxp.c | 844 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local 858 dst_height = ctx->q_data[V4L2_M2M_DST].height; in pxp_start() 900 swap(dst_width, dst_height); in pxp_start() 907 out_buf2 = out_buf + dst_stride * dst_height; in pxp_start() 915 BF_PXP_OUT_LRC_Y(dst_height - 1); in pxp_start() 919 BF_PXP_OUT_PS_LRC_Y(dst_height - 1); in pxp_start() 925 decy = (src_height <= dst_height) ? 0 : ilog2(src_height / dst_height); in pxp_start() 984 yscale = (src_height >> decy) * 0x1000 / dst_height; in pxp_start() 986 yscale = (src_height - 1) * 0x1000 / (dst_height - 1); in pxp_start()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_overlay.c | 631 if (params->dst_height > 1) in update_scaling_factors() 633 params->dst_height; in update_scaling_factors() 837 iowrite32(params->dst_height << 16 | params->dst_width, ®s->DWINSZ); in intel_overlay_do_put_image() 970 rec->dst_width, rec->dst_height); in check_overlay_dst() 987 tmp = ((rec->src_scan_height << 16) / rec->dst_height) >> 16; in check_overlay_scaling() 1185 params->dst_height = (((u32)params->dst_height << 12) / in intel_overlay_put_image_ioctl()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/ |
H A D | 0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch | 106 int dst_height, int filter_offset) {
|
/openbmc/linux/include/uapi/drm/ |
H A D | i915_drm.h | 1872 __u16 dst_height; member
|
/openbmc/linux/tools/include/uapi/drm/ |
H A D | i915_drm.h | 1872 __u16 dst_height; member
|