Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/omap2/dss/
Ddispc.c1357 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()
[all …]