Searched refs:in_h (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c277 swap(dflow->in_h, dflow->in_w);
302 src_h = dflow->in_h;
319 line_sz = dflow->in_h;
368 st->afbc_crop_b = kfb->aligned_h - dflow->in_y - dflow->in_h;
371 st->vsize = dflow->in_h;
451 vsize_in = dflow->in_h;
536 st->vsize_in = dflow->in_h;
583 if (!malidp_in_range(&splitter->vsize, dflow->in_h)) {
584 DRM_DEBUG_ATOMIC("split in_h: %d exceeds the acceptable range.\n",
585 dflow->in_h);
[all...]
H A Dkomeda_wb_connector.c25 pipeline_composition_size(kcrtc_st, &dflow->in_w, &dflow->in_h);
H A Dkomeda_plane.c48 dflow->in_h = st->src_h >> 16;
H A Dkomeda_pipeline.h354 u16 in_x, in_y, in_w, in_h; member in struct:komeda_data_flow_cfg
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c549 u32 ch, u32 y, u32 in_h, u32 fmt)
557 ch + 1, y, in_h, stride, (u32) obj->dma_addr);
575 writel((in_h << 16) | stride, base + reg_size);
577 writel(in_h * stride, base + reg_space);
593 u32 in_w, u32 in_h)
616 writel((fb_w - 1) << 16 | (in_h - 1), base + ADE_CLIP_SIZE0(ch));
664 u32 in_w, u32 in_h, u32 fmt)
669 u32 y1 = y0 + in_h - 1;
719 u32 in_h; local
727 in_h
548 ade_rdma_set(void __iomem *base, struct drm_framebuffer *fb, u32 ch, u32 y, u32 in_h, u32 fmt) argument
592 ade_clip_set(void __iomem *base, u32 ch, u32 fb_w, u32 x, u32 in_w, u32 in_h) argument
662 ade_compositor_routing_set(void __iomem *base, u8 ch, u32 x0, u32 y0, u32 in_w, u32 in_h, u32 fmt) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c163 in_h = input_res.height, local
172 assert(in_w != 0 && in_h != 0);
184 (out_h * num / den + delta > in_h) &&
185 (out_h * num / den <= in_h);
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c182 u32 in_w, in_h; local
191 in_h = format->height;
196 if (format->width != in_w || format->height != in_h)
198 in_w, in_h, format->width, format->height);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1714 u32 in_w, in_h, in_w_uv, in_h_uv; member in struct:dispc_scaling_params
1738 sp->in_h = state->src_h >> 16;
1739 sp->in_h_uv = sp->in_h;
1742 sp->scale_y = sp->in_h != state->crtc_h;
1823 sp->fir_yinc = dispc_calc_fir_inc(sp->in_h, state->crtc_h);
1834 sp->yinc = DIV_ROUND_UP(DIV_ROUND_UP(sp->in_h,
1838 sp->in_h /= sp->yinc;
1839 sp->fir_yinc = dispc_calc_fir_inc(sp->in_h,
1847 sp->xinc, sp->yinc, sp->in_w, sp->in_h,
2116 (scale.in_w - 1) | ((scale.in_h
[all...]
/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c540 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h,
633 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, argument
638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h,
810 *in_h = (output_h * resize + 512) / 1024;
815 *in_w, *in_h, resize, output_w, output_h, skip);
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c746 u32 in_w, in_h; local
769 in_h = pix->height;
777 if ((pix->width != in_w) || (pix->height != in_h))
780 in_w, in_h, pix->width, pix->height);
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c875 u32 v_in = dflow->in_h;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1146 const int in_h = stream->src.height; local
1168 pipe_ctx->plane_res.scl_data.ratios.vert.value * in_h, out_h);

Completed in 196 milliseconds