Home
last modified time | relevance | path

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

/drivers/video/omap2/dss/
Ddispc.c1705 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()
[all …]
Doverlay-sysfs.c132 return snprintf(buf, PAGE_SIZE, "%d\n", info.screen_width); in overlay_screen_width_show()
376 static OVERLAY_ATTR(screen_width, S_IRUGO, overlay_screen_width_show, NULL);
/drivers/video/
Dhyperv_fb.c227 static uint screen_width = HVFB_WIDTH; variable
539 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var()
616 screen_width = x; in hvfb_get_option()
714 screen_width, screen_height, screen_depth); in hvfb_probe()
720 info->var.xres_virtual = info->var.xres = screen_width; in hvfb_probe()
744 info->fix.line_length = screen_width * screen_depth / 8; in hvfb_probe()
Dfb-puv3.c122 int screen_width = info->var.xres; in unifb_prim_fillrect() local
135 int dst_pitch = screen_width * (m_iBpp / 8); in unifb_prim_fillrect()
137 int src_pitch = screen_width * (m_iBpp / 8); in unifb_prim_fillrect()
210 int screen_width = info->var.xres; in unifb_prim_copyarea() local
225 int dst_pitch = screen_width * (m_iBpp / 8); in unifb_prim_copyarea()
227 int src_pitch = screen_width * (m_iBpp / 8); in unifb_prim_copyarea()
/drivers/video/omap/
Dlcdc.c57 int screen_width; member
234 lcdc.screen_width * bpp / 8 / esize); in setup_lcd_dma()
293 unsigned long offset, int screen_width, in omap_lcdc_setup_plane() argument
321 lcdc.screen_width = screen_width; in omap_lcdc_setup_plane()
Domapfb.h168 int screen_width,
Dhwa742.c527 unsigned long offset, int screen_width, in hwa742_setup_plane() argument
/drivers/gpu/drm/omapdrm/
Domap_fb.c215 info->screen_width = omap_gem_tiled_stride(plane->bo, orient); in omap_framebuffer_update_scanout()
219 info->screen_width = plane->pitch; in omap_framebuffer_update_scanout()
223 info->screen_width /= format->planes[0].stride_bpp; in omap_framebuffer_update_scanout()
Domap_plane.c148 info->screen_width); in omap_plane_pre_apply()
/drivers/video/omap2/omapfb/
Domapfb-main.c853 int screen_width; in omapfb_setup_overlay() local
892 screen_width = fix->line_length in omapfb_setup_overlay()
897 screen_width = fix->line_length / (var->bits_per_pixel >> 3); in omapfb_setup_overlay()
909 info.screen_width = screen_width; in omapfb_setup_overlay()
/drivers/media/platform/omap/
Domap_vout.c417 info.screen_width = pixwidth; in omapvid_setup_overlay()
421 info.screen_width = 2048; in omapvid_setup_overlay()
431 info.screen_width); in omapvid_setup_overlay()