Home
last modified time | relevance | path

Searched refs:y_predecim (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c71 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
1826 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument
1874 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1896 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1913 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument
1956 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1971 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1981 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1996 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
2007 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
[all …]
Ddss.h423 int *x_predecim, int *y_predecim);
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Ddispc.c105 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
2088 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim, in calc_offset() argument
2118 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_offset()
2283 int *x_predecim, int *y_predecim, in dispc_ovl_calc_scaling_24xx() argument
2312 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx()
2332 int *x_predecim, int *y_predecim, in dispc_ovl_calc_scaling_34xx() argument
2388 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_34xx()
2420 int *x_predecim, int *y_predecim, in dispc_ovl_calc_scaling_44xx() argument
2489 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2538 *x_predecim = *y_predecim = 1; in dispc_ovl_calc_scaling()
[all …]