Lines Matching refs:row_inc
1357 s32 *row_inc, s32 *pix_inc) in calc_vrfb_rotation_offset() argument
1403 *row_inc = pixinc(1 + (screen_width - width) + in calc_vrfb_rotation_offset()
1424 *row_inc = pixinc(1 - (screen_width + width) - in calc_vrfb_rotation_offset()
1441 s32 *row_inc, s32 *pix_inc) in calc_dma_rotation_offset() argument
1483 *row_inc = pixinc(1 + (screen_width - fbw) + in calc_dma_rotation_offset()
1494 *row_inc = pixinc(screen_width * (fbh - 1) + 1 + in calc_dma_rotation_offset()
1504 *row_inc = pixinc(-1 - in calc_dma_rotation_offset()
1516 *row_inc = pixinc(-screen_width * (fbh - 1) - 1 - in calc_dma_rotation_offset()
1528 *row_inc = pixinc(screen_width * 2 - 1 + in calc_dma_rotation_offset()
1540 *row_inc = pixinc(-screen_width * (fbh - 1) + 1 + in calc_dma_rotation_offset()
1552 *row_inc = pixinc(1 - screen_width * 2 - in calc_dma_rotation_offset()
1564 *row_inc = pixinc(screen_width * (fbh - 1) - 1 - in calc_dma_rotation_offset()
1665 s32 row_inc; in _dispc_setup_plane() local
1766 &offset0, &offset1, &row_inc, &pix_inc); in _dispc_setup_plane()
1771 &offset0, &offset1, &row_inc, &pix_inc); in _dispc_setup_plane()
1774 offset0, offset1, row_inc, pix_inc); in _dispc_setup_plane()
1781 _dispc_set_row_inc(plane, row_inc); in _dispc_setup_plane()