• Home
  • Raw
  • Download

Lines Matching refs:screen_width

1705 		u16 screen_width,  in calc_vrfb_rotation_offset()  argument
1731 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_vrfb_rotation_offset()
1752 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1757 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1758 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset()
1774 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1778 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1779 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset()
1790 u16 screen_width, in calc_dma_rotation_offset() argument
1813 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_dma_rotation_offset()
1834 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1838 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1839 (fieldmode ? screen_width : 0), ps); in calc_dma_rotation_offset()
1847 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1852 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
1854 *pix_inc = pixinc(-x_predecim * screen_width, ps); in calc_dma_rotation_offset()
1857 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1859 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
1863 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1864 (fieldmode ? screen_width : 0), ps); in calc_dma_rotation_offset()
1877 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
1879 *pix_inc = pixinc(x_predecim * screen_width, ps); in calc_dma_rotation_offset()
1886 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1889 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
1890 (fieldmode ? screen_width : 0), in calc_dma_rotation_offset()
1905 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
1908 *pix_inc = pixinc(x_predecim * screen_width, ps); in calc_dma_rotation_offset()
1912 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1914 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
1917 *row_inc = pixinc(1 - y_predecim * screen_width * 2 - in calc_dma_rotation_offset()
1918 (fieldmode ? screen_width : 0), in calc_dma_rotation_offset()
1928 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1933 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
1936 *pix_inc = pixinc(-x_predecim * screen_width, ps); in calc_dma_rotation_offset()
1945 static void calc_tiler_rotation_offset(u16 screen_width, u16 width, in calc_tiler_rotation_offset() argument
1964 DSSDBG("scrw %d, width %d\n", screen_width, width); in calc_tiler_rotation_offset()
1972 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_tiler_rotation_offset()
1975 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_tiler_rotation_offset()
1976 (fieldmode ? screen_width : 0), ps); in calc_tiler_rotation_offset()
2390 u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, in dispc_ovl_setup_common() argument
2482 calc_tiler_rotation_offset(screen_width, frame_width, in dispc_ovl_setup_common()
2487 calc_dma_rotation_offset(rotation, mirror, screen_width, in dispc_ovl_setup_common()
2494 screen_width, frame_width, frame_height, in dispc_ovl_setup_common()
2556 plane, oi->paddr, oi->p_uv_addr, oi->screen_width, oi->pos_x, in dispc_ovl_setup()
2561 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()