Searched refs:pix_inc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 1813 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument 1863 *pix_inc = pixinc(x_predecim, ps); in calc_vrfb_rotation_offset() 1885 *pix_inc = pixinc(x_predecim, ps); in calc_vrfb_rotation_offset() 1900 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument 1947 *pix_inc = pixinc(x_predecim, 2 * ps); in calc_dma_rotation_offset() 1949 *pix_inc = pixinc(x_predecim, ps); in calc_dma_rotation_offset() 1959 *pix_inc = pixinc(-x_predecim * screen_width, ps); in calc_dma_rotation_offset() 1972 *pix_inc = pixinc(-x_predecim, 2 * ps); in calc_dma_rotation_offset() 1974 *pix_inc = pixinc(-x_predecim, ps); in calc_dma_rotation_offset() 1984 *pix_inc = pixinc(x_predecim * screen_width, ps); in calc_dma_rotation_offset() [all …]
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2057 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim, in calc_offset() argument 2090 *pix_inc = pixinc(x_predecim, 2 * ps); in calc_offset() 2092 *pix_inc = pixinc(x_predecim, ps); in calc_offset() 2590 s32 pix_inc; in dispc_ovl_setup_common() local 2682 pix_inc = 0; in dispc_ovl_setup_common() 2691 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common() 2696 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common() 2714 row_inc += pix_inc - 1; in dispc_ovl_setup_common() 2717 dispc_ovl_set_pix_inc(dispc, plane, pix_inc); in dispc_ovl_setup_common()
|