Lines Matching refs:screen_width

1808 		u16 screen_width,  in calc_vrfb_rotation_offset()  argument
1834 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_vrfb_rotation_offset()
1856 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1861 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1862 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset()
1879 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1883 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1884 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset()
1895 u16 screen_width, in calc_dma_rotation_offset() argument
1918 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_dma_rotation_offset()
1939 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1943 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1944 (fieldmode ? screen_width : 0), ps); in calc_dma_rotation_offset()
1952 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1957 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
1959 *pix_inc = pixinc(-x_predecim * screen_width, ps); in calc_dma_rotation_offset()
1962 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1964 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
1968 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1969 (fieldmode ? screen_width : 0), ps); in calc_dma_rotation_offset()
1982 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
1984 *pix_inc = pixinc(x_predecim * screen_width, ps); in calc_dma_rotation_offset()
1991 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1994 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
1995 (fieldmode ? screen_width : 0), in calc_dma_rotation_offset()
2010 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2013 *pix_inc = pixinc(x_predecim * screen_width, ps); in calc_dma_rotation_offset()
2017 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2019 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
2022 *row_inc = pixinc(1 - y_predecim * screen_width * 2 - in calc_dma_rotation_offset()
2023 (fieldmode ? screen_width : 0), in calc_dma_rotation_offset()
2033 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2038 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
2041 *pix_inc = pixinc(-x_predecim * screen_width, ps); in calc_dma_rotation_offset()
2050 static void calc_tiler_rotation_offset(u16 screen_width, u16 width, in calc_tiler_rotation_offset() argument
2069 DSSDBG("scrw %d, width %d\n", screen_width, width); in calc_tiler_rotation_offset()
2077 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_tiler_rotation_offset()
2080 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_tiler_rotation_offset()
2081 (fieldmode ? screen_width : 0), ps); in calc_tiler_rotation_offset()
2543 u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, in dispc_ovl_setup_common() argument
2666 calc_tiler_rotation_offset(screen_width, frame_width, in dispc_ovl_setup_common()
2671 calc_dma_rotation_offset(rotation, mirror, screen_width, in dispc_ovl_setup_common()
2678 screen_width, frame_width, frame_height, in dispc_ovl_setup_common()
2747 plane, &oi->paddr, &oi->p_uv_addr, oi->screen_width, oi->pos_x, in dispc_ovl_setup()
2752 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()