Home
last modified time | relevance | path

Searched refs:hstep (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcontrolfb.c434 int cmode, piped_diff, hstep; in control_var_to_par() local
487 hstep = 31 >> par->cmode; in control_var_to_par()
488 par->xres = (var->xres + hstep) & ~hstep; in control_var_to_par()
489 par->vxres = (var->xres_virtual + hstep) & ~hstep; in control_var_to_par()
490 par->xoffset = (var->xoffset + hstep) & ~hstep; in control_var_to_par()
683 unsigned int xoffset, hstep; in controlfb_pan_display() local
691 hstep in controlfb_pan_display()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dcontrolfb.c424 int cmode, piped_diff, hstep; in control_var_to_par() local
477 hstep = 31 >> par->cmode; in control_var_to_par()
478 par->xres = (var->xres + hstep) & ~hstep; in control_var_to_par()
479 par->vxres = (var->xres_virtual + hstep) & ~hstep; in control_var_to_par()
480 par->xoffset = (var->xoffset + hstep) & ~hstep; in control_var_to_par()
673 unsigned int xoffset, hstep; in controlfb_pan_display() local
681 hstep in controlfb_pan_display()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c67 unsigned int hstep, vstep; in deinterlace_device_run() local
157 hstep = (ctx->src_fmt.width << 16) / ctx->dst_fmt.width; in deinterlace_device_run()
159 deinterlace_write(dev, DEINTERLACE_CH0_HORZ_FACT, hstep); in deinterlace_device_run()
161 deinterlace_write(dev, DEINTERLACE_CH1_HORZ_FACT, hstep); in deinterlace_device_run()
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c67 unsigned int hstep, vstep; in deinterlace_device_run() local
156 hstep = (ctx->src_fmt.width << 16) / ctx->dst_fmt.width; in deinterlace_device_run()
158 deinterlace_write(dev, DEINTERLACE_CH0_HORZ_FACT, hstep); in deinterlace_device_run()
160 deinterlace_write(dev, DEINTERLACE_CH1_HORZ_FACT, hstep); in deinterlace_device_run()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_scaler.c871 u32 hstep, u32 vstep, in sun8i_vi_scaler_set_coeff()
887 offset = sun8i_vi_scaler_coef_index(hstep) * in sun8i_vi_scaler_set_coeff()
900 offset = sun8i_vi_scaler_coef_index(hstep) * in sun8i_vi_scaler_set_coeff()
870 sun8i_vi_scaler_set_coeff(struct regmap *map, u32 base, u32 hstep, u32 vstep, const struct drm_format_info *format) sun8i_vi_scaler_set_coeff() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_scaler.c871 u32 hstep, u32 vstep, in sun8i_vi_scaler_set_coeff()
887 offset = sun8i_vi_scaler_coef_index(hstep) * in sun8i_vi_scaler_set_coeff()
900 offset = sun8i_vi_scaler_coef_index(hstep) * in sun8i_vi_scaler_set_coeff()
870 sun8i_vi_scaler_set_coeff(struct regmap *map, u32 base, u32 hstep, u32 vstep, const struct drm_format_info *format) sun8i_vi_scaler_set_coeff() argument

Completed in 7 milliseconds