/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 1865 u16 screen_width, in calc_vrfb_rotation_offset() argument 1891 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_vrfb_rotation_offset() 1913 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1918 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset() 1919 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset() 1936 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1940 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset() 1941 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset() 1952 u16 screen_width, in calc_dma_rotation_offset() argument 1975 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_dma_rotation_offset() [all …]
|
D | overlay-sysfs.c | 132 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);
|
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize() 27 self.screen_width -= 10 39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height)) 48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2)) 112 width = min(self.width_virtual, self.screen_width)
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | lcdc.c | 57 int screen_width; member 233 lcdc.screen_width * bpp / 8 / esize); in setup_lcd_dma() 292 unsigned long offset, int screen_width, in omap_lcdc_setup_plane() argument 320 lcdc.screen_width = screen_width; in omap_lcdc_setup_plane()
|
D | omapfb.h | 168 int screen_width,
|
D | hwa742.c | 527 unsigned long offset, int screen_width, in hwa742_setup_plane() argument
|
/Linux-v4.19/drivers/video/fbdev/ |
D | hyperv_fb.c | 234 static uint screen_width = HVFB_WIDTH; variable 561 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var() 673 screen_width = x; in hvfb_get_option() 801 screen_width, screen_height, screen_depth); in hvfb_probe() 807 info->var.xres_virtual = info->var.xres = screen_width; in hvfb_probe() 831 info->fix.line_length = screen_width * screen_depth / 8; in hvfb_probe()
|
D | fb-puv3.c | 124 int screen_width = info->var.xres; in unifb_prim_fillrect() local 137 int dst_pitch = screen_width * (m_iBpp / 8); in unifb_prim_fillrect() 139 int src_pitch = screen_width * (m_iBpp / 8); in unifb_prim_fillrect() 212 int screen_width = info->var.xres; in unifb_prim_copyarea() local 227 int dst_pitch = screen_width * (m_iBpp / 8); in unifb_prim_copyarea() 229 int src_pitch = screen_width * (m_iBpp / 8); in unifb_prim_copyarea()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 179 info->screen_width = omap_gem_tiled_stride(fb->obj[0], orient); in omap_framebuffer_update_scanout() 197 info->screen_width = fb->pitches[0]; in omap_framebuffer_update_scanout() 201 info->screen_width /= format->cpp[0]; in omap_framebuffer_update_scanout()
|
D | omap_plane.c | 75 info.screen_width); in omap_plane_atomic_update()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 2116 static void calc_offset(u16 screen_width, u16 width, in calc_offset() argument 2126 DSSDBG("scrw %d, width %d\n", screen_width, width); in calc_offset() 2146 *offset0 = field_offset * screen_width * ps; in calc_offset() 2149 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_offset() 2150 (fieldmode ? screen_width : 0), ps); in calc_offset() 2612 u16 screen_width, int pos_x, int pos_y, in dispc_ovl_setup_common() argument 2725 calc_offset(screen_width, frame_width, in dispc_ovl_setup_common() 2794 plane, &oi->paddr, &oi->p_uv_addr, oi->screen_width, oi->pos_x, in dispc_ovl_setup() 2801 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup() 4594 .screen_width = 1,
|
D | omapdss.h | 243 u16 screen_width; member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 853 int screen_width; in omapfb_setup_overlay() local 892 screen_width = fix->line_length in omapfb_setup_overlay() 898 screen_width = fix->line_length / (var->bits_per_pixel >> 3); in omapfb_setup_overlay() 910 info.screen_width = screen_width; in omapfb_setup_overlay()
|
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 327 u16 screen_width; member
|
/Linux-v4.19/drivers/media/platform/omap/ |
D | omap_vout.c | 401 info.screen_width = pixwidth; in omapvid_setup_overlay() 405 info.screen_width = 2048; in omapvid_setup_overlay() 415 info.screen_width); in omapvid_setup_overlay()
|
/Linux-v4.19/Documentation/arm/OMAP/ |
D | DSS | 180 screen_width width
|