| /drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dispc.c | 1808 u16 screen_width, in calc_vrfb_rotation_offset() argument 1862 (fieldmode ? screen_width : 0), ps); 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 1944 (fieldmode ? screen_width : 0), ps); in calc_dma_rotation_offset() 1952 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 1969 (fieldmode ? screen_width : 0), ps); in calc_dma_rotation_offset() 1995 (fieldmode ? screen_width : 0), in calc_dma_rotation_offset() 2017 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 2023 (fieldmode ? screen_width : 0), in calc_dma_rotation_offset() [all …]
|
| A D | overlay-sysfs.c | 122 return sysfs_emit(buf, "%d\n", info.screen_width); in overlay_screen_width_show() 366 static OVERLAY_ATTR(screen_width, S_IRUGO, overlay_screen_width_show, NULL);
|
| /drivers/video/fbdev/omap/ |
| A D | lcdc.c | 48 int screen_width; member 224 lcdc.screen_width * bpp / 8 / esize); in setup_lcd_dma() 283 unsigned long offset, int screen_width, in omap_lcdc_setup_plane() argument 311 lcdc.screen_width = screen_width; in omap_lcdc_setup_plane()
|
| A D | omapfb.h | 155 int screen_width,
|
| A D | hwa742.c | 527 unsigned long offset, int screen_width, in hwa742_setup_plane() argument
|
| /drivers/video/fbdev/ |
| A D | hyperv_fb.c | 279 static uint screen_width = HVFB_WIDTH; variable 605 screen_width = in synthvid_get_supported_resolution() 808 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var() 922 screen_width = x; in hvfb_get_option() 1045 screen_width * screen_height * screen_depth / 8; in hvfb_getmem() 1147 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe() 1156 info->var.xres_virtual = info->var.xres = screen_width; in hvfb_probe() 1180 info->fix.line_length = screen_width * screen_depth / 8; in hvfb_probe()
|
| /drivers/gpu/drm/omapdrm/ |
| A D | omap_fb.c | 191 info->screen_width = omap_gem_tiled_stride(fb->obj[0], orient); in omap_framebuffer_update_scanout() 209 info->screen_width = fb->pitches[0]; in omap_framebuffer_update_scanout() 213 info->screen_width /= format->cpp[0]; in omap_framebuffer_update_scanout()
|
| A D | omap_plane.c | 118 info.out_width, info.out_height, info.screen_width); in omap_plane_atomic_update() 134 r_info.out_width, r_info.out_height, r_info.screen_width); in omap_plane_atomic_update()
|
| /drivers/gpu/drm/omapdrm/dss/ |
| A D | omapdss.h | 152 u16 screen_width; member
|
| A D | dispc.c | 2054 static void calc_offset(u16 screen_width, u16 width, in calc_offset() argument 2064 DSSDBG("scrw %d, width %d\n", screen_width, width); in calc_offset() 2084 *offset0 = field_offset * screen_width * ps; in calc_offset() 2087 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_offset() 2088 (fieldmode ? screen_width : 0), ps); in calc_offset() 2574 u16 screen_width, int pos_x, int pos_y, in dispc_ovl_setup_common() argument 2689 calc_offset(screen_width, frame_width, in dispc_ovl_setup_common() 2761 plane, &oi->paddr, &oi->p_uv_addr, oi->screen_width, oi->pos_x, in dispc_ovl_setup() 2768 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup() 4453 .screen_width = 1,
|
| /drivers/video/fbdev/omap2/omapfb/ |
| A D | omapfb-main.c | 842 int screen_width; in omapfb_setup_overlay() local 881 screen_width = fix->line_length in omapfb_setup_overlay() 887 screen_width = fix->line_length / (var->bits_per_pixel >> 3); in omapfb_setup_overlay() 899 info.screen_width = screen_width; in omapfb_setup_overlay()
|
| /drivers/media/platform/ti/omap/ |
| A D | omap_vout.c | 325 info.screen_width = pixwidth; in omapvid_setup_overlay() 329 info.screen_width = 2048; in omapvid_setup_overlay() 339 info.screen_width); in omapvid_setup_overlay()
|