Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1819 u16 screen_width, in calc_vrfb_rotation_offset() argument
1845 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_vrfb_rotation_offset()
1867 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1872 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1873 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset()
1890 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1894 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1895 (fieldmode ? screen_width : 0), ps); in calc_vrfb_rotation_offset()
1906 u16 screen_width, in calc_dma_rotation_offset() argument
1929 DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width, in calc_dma_rotation_offset()
[all …]
H A Doverlay-sysfs.c122 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);
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py26 (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)
/openbmc/linux/arch/m68k/68000/
H A Dscreen.h3 #define screen_width 320 macro
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcdc.c46 int screen_width; member
222 lcdc.screen_width * bpp / 8 / esize); in setup_lcd_dma()
281 unsigned long offset, int screen_width, in omap_lcdc_setup_plane() argument
309 lcdc.screen_width = screen_width; in omap_lcdc_setup_plane()
H A Domapfb.h155 int screen_width,
H A Dhwa742.c527 unsigned long offset, int screen_width, in hwa742_setup_plane() argument
/openbmc/linux/drivers/video/fbdev/
H A Dhyperv_fb.c280 static uint screen_width = HVFB_WIDTH; variable
604 screen_width = in synthvid_get_supported_resolution()
807 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var()
929 screen_width = x; in hvfb_get_option()
1043 screen_width * screen_height * screen_depth / 8; in hvfb_getmem()
1153 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe()
1162 info->var.xres_virtual = info->var.xres = screen_width; in hvfb_probe()
1186 info->fix.line_length = screen_width * screen_depth / 8; in hvfb_probe()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_fb.c190 info->screen_width = omap_gem_tiled_stride(fb->obj[0], orient); in omap_framebuffer_update_scanout()
208 info->screen_width = fb->pitches[0]; in omap_framebuffer_update_scanout()
212 info->screen_width /= format->cpp[0]; in omap_framebuffer_update_scanout()
H A Domap_plane.c118 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()
/openbmc/u-boot/include/
H A Dvbe.h16 u16 screen_width; member
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h152 u16 screen_width; member
H A Ddispc.c2094 static void calc_offset(u16 screen_width, u16 width, in calc_offset() argument
2104 DSSDBG("scrw %d, width %d\n", screen_width, width); in calc_offset()
2124 *offset0 = field_offset * screen_width * ps; in calc_offset()
2127 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_offset()
2128 (fieldmode ? screen_width : 0), ps); in calc_offset()
2614 u16 screen_width, int pos_x, int pos_y, in dispc_ovl_setup_common() argument
2729 calc_offset(screen_width, frame_width, in dispc_ovl_setup_common()
2801 plane, &oi->paddr, &oi->p_uv_addr, oi->screen_width, oi->pos_x, in dispc_ovl_setup()
2808 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()
4599 .screen_width = 1,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c842 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()
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c325 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()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch266 + uint32_t screen_width;
393 + state->screen_width = 1024;
402 + state->wl_egl_window = wl_egl_window_create(state->wl_surface, state->screen_width, state->scre…
440 + glViewport(0, 0, (GLsizei)state->screen_width, (GLsizei)state->screen_height);
446 + hwd = hht * (float)state->screen_width / (float)state->screen_height;
610 + wl_surface_damage(state->wl_surface, 0, 0, state->screen_width,
/openbmc/linux/include/video/
H A Domapfb_dss.h297 u16 screen_width; member
/openbmc/linux/Documentation/arch/arm/omap/
H A Ddss.rst181 screen_width width