Searched refs:in_w (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);
301 src_w = dflow->in_w;
321 line_sz = dflow->in_w;
366 st->afbc_crop_r = kfb->aligned_w - dflow->in_x - dflow->in_w;
370 st->hsize = dflow->in_w;
450 hsize_in = dflow->in_w;
535 st->hsize_in = dflow->in_w;
577 if (!malidp_in_range(&splitter->hsize, dflow->in_w)) {
578 DRM_DEBUG_ATOMIC("split in_w:%d is out of the acceptable range.\n",
579 dflow->in_w);
[all...]
H A Dkomeda_wb_connector.c25 pipeline_composition_size(kcrtc_st, &dflow->in_w, &dflow->in_h);
H A Dkomeda_plane.c47 dflow->in_w = st->src_w >> 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.c593 u32 in_w, u32 in_h)
602 if (fb_w == in_w) { /* bypass */
609 clip_right = fb_w - (x + in_w) - 1;
664 u32 in_w, u32 in_h, u32 fmt)
668 u32 x1 = x0 + in_w - 1;
718 u32 in_w; local
726 in_w = src_w;
731 ade_clip_set(base, ch, fb->width, src_x, in_w, in_h);
738 ade_compositor_routing_set(base, ch, crtc_x, crtc_y, in_w, in_h, fmt);
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
/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
1736 sp->in_w = state->src_w >> 16;
1737 sp->in_w_uv = sp->in_w;
1741 sp->scale_x = sp->in_w != state->crtc_w;
1761 if (sp->in_w > in_width_max_5tap) {
1772 sp->fir_xinc = dispc_calc_fir_inc(sp->in_w, state->crtc_w);
1783 sp->xinc = DIV_ROUND_UP(DIV_ROUND_UP(sp->in_w,
1796 sp->in_w = (state->src_w >> 16) / sp->xinc;
1799 while (sp->in_w > in_width_max) {
1801 sp->in_w
[all...]
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c162 unsigned int in_w = input_res.width, local
172 assert(in_w != 0 && in_h != 0);
182 bool cond = (out_w * num / den + delta > in_w) &&
183 (out_w * num / den <= in_w) &&
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c182 u32 in_w, in_h; local
190 in_w = format->width;
196 if (format->width != in_w || format->height != in_h)
198 in_w, in_h, format->width, format->height);
/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,
809 *in_w = (output_w * 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
768 in_w = pix->width;
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.c874 u32 h_in = dflow->in_w;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1145 const int in_w = stream->src.width; local
1170 pipe_ctx->plane_res.scl_data.ratios.horz.value * in_w, out_w);

Completed in 206 milliseconds