Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/omap2/dss/
Ddispc.c1444 u16 fbw, fbh; in calc_dma_rotation_offset() local
1466 fbh = height; in calc_dma_rotation_offset()
1469 fbh = width; in calc_dma_rotation_offset()
1489 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1494 *row_inc = pixinc(screen_width * (fbh - 1) + 1 + in calc_dma_rotation_offset()
1499 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1516 *row_inc = pixinc(-screen_width * (fbh - 1) - 1 - in calc_dma_rotation_offset()
1540 *row_inc = pixinc(-screen_width * (fbh - 1) + 1 + in calc_dma_rotation_offset()
1547 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1559 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
[all …]