Home
last modified time | relevance | path

Searched full:vesa (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dvesamodes3 // "VESA and Industry Standards and Guide for Computer Display Monitor
9 # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
12 # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
15 # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
21 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
24 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
27 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
30 # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
33 # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
36 # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
[all …]
H A Dextramodes10 # 1400x1050 @ 60Hz (VESA GTF) hsync: 65.5kHz
13 # 1400x1050 @ 75Hz (VESA GTF) hsync: 82.2kHz
16 # 1920x1440 @ 85Hz (VESA GTF) hsync: 128.5kHz
19 # 2048x1536 @ 60Hz (VESA GTF) hsync: 95.3kHz
22 # 2048x1536 @ 75Hz (VESA GTF) hsync: 120.2kHz
25 # 2048x1536 @ 85Hz (VESA GTF) hsync: 137.0kHz
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcoreboot.c14 struct vesa_mode_info *vesa) in save_vesa_mode() argument
23 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
24 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
25 vesa->bits_per_pixel = fb->bits_per_pixel; in save_vesa_mode()
26 vesa->bytes_per_scanline = fb->bytes_per_line; in save_vesa_mode()
27 vesa->phys_base_ptr = fb->physical_address; in save_vesa_mode()
28 vesa->red_mask_size = fb->red_mask_size; in save_vesa_mode()
29 vesa->red_mask_pos = fb->red_mask_pos; in save_vesa_mode()
30 vesa->green_mask_size = fb->green_mask_size; in save_vesa_mode()
31 vesa->green_mask_pos = fb->green_mask_pos; in save_vesa_mode()
[all …]
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c207 struct vesa_mode_info *vesa = &mode_info.vesa; in setup_video() local
209 /* Sanity test on VESA parameters */ in setup_video()
210 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
215 screen_info->lfb_width = vesa->x_resolution; in setup_video()
216 screen_info->lfb_height = vesa->y_resolution; in setup_video()
217 screen_info->lfb_depth = vesa->bits_per_pixel; in setup_video()
218 screen_info->lfb_linelength = vesa->bytes_per_scanline; in setup_video()
219 screen_info->lfb_base = vesa->phys_base_ptr; in setup_video()
224 screen_info->red_size = vesa->red_mask_size; in setup_video()
225 screen_info->red_pos = vesa->red_mask_pos; in setup_video()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcoreboot_table.c105 struct vesa_mode_info *vesa; in write_coreboot_table() local
147 /* populate framebuffer table if we have sane vesa info */ in write_coreboot_table()
148 vesa = &mode_info.vesa; in write_coreboot_table()
149 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
154 fb->x_resolution = vesa->x_resolution; in write_coreboot_table()
155 fb->y_resolution = vesa->y_resolution; in write_coreboot_table()
156 fb->bits_per_pixel = vesa->bits_per_pixel; in write_coreboot_table()
157 fb->bytes_per_line = vesa->bytes_per_scanline; in write_coreboot_table()
158 fb->physical_address = vesa->phys_base_ptr; in write_coreboot_table()
159 fb->red_mask_size = vesa->red_mask_size; in write_coreboot_table()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dsvga.rst69 -- it's either a generic adapter name (MDA, CGA, HGC, EGA, VGA, VESA VGA [a VGA
70 with VESA-compliant BIOS]) or a chipset name (e.g., Trident). Direct detection
83 The mode list usually contains a few basic modes and some VESA modes. In
91 80x43), local modes (if the local modes feature is enabled), VESA modes and
105 all VESA modes.
124 0x0200 to 0x08ff - VESA BIOS modes. The ID is a VESA mode ID increased by
125 0x0100. All VESA modes should be autodetected and shown on the menu.
203 everything is configurable, the VESA support should be much more
205 2.1 (30-Jan-96) VESA modes moved to 0x200-0x3ff. Mode selection by resolution
206 supported. Few bugs fixed. VESA modes are listed prior to
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dmodedb.c293 /* 0 640x350-85 VESA */
296 /* 1 640x400-85 VESA */
299 /* 2 720x400-85 VESA */
302 /* 3 640x480-60 VESA */
305 /* 4 640x480-72 VESA */
308 /* 5 640x480-75 VESA */
311 /* 6 640x480-85 VESA */
314 /* 7 800x600-56 VESA */
318 /* 8 800x600-60 VESA */
322 /* 9 800x600-72 VESA */
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dgxfb_core.c41 /* 640x480-60 VESA */
44 /* 640x480-75 VESA */
47 /* 640x480-85 VESA */
50 /* 800x600-60 VESA */
54 /* 800x600-75 VESA */
58 /* 800x600-85 VESA */
62 /* 1024x768-60 VESA */
65 /* 1024x768-75 VESA */
69 /* 1024x768-85 VESA */
73 /* 1280x960-60 VESA */
[all …]
H A Dgx1fb_core.c29 /* 640x480-60 VESA */
32 /* 640x480-75 VESA */
35 /* 640x480-85 VESA */
38 /* 800x600-60 VESA */
42 /* 800x600-75 VESA */
46 /* 800x600-85 VESA */
50 /* 1024x768-60 VESA */
53 /* 1024x768-75 VESA */
57 /* 1024x768-85 VESA */
61 /* 1280x960-60 VESA */
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-video-vesa_2.5.0.bb5 SUMMARY = "X.Org X server -- Generic Vesa video driver"
7 DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \
8 can drive most VESA-compatible video cards, but only makes use of the \
9 basic standard VESA core that is common to these cards. The driver \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dlvds.yaml23 [VESA] "VESA Notebook Panel Standard", October 2007 (Version 1.0), Video
24 Electronics Standards Association (VESA)
45 - vesa-24
52 [VESA] specifications. Data are transferred as follows on 3 LVDS lanes.
74 - "vesa-24" - 24-bit data mapping compatible with the [VESA] specification.
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dsisfb.rst56 described above or the vesa keyword instead of mode). If compiled as a module,
81 - or simply use the VESA mode number in hexadecimal or decimal.
88 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode
89 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please
90 use either "mode" or "vesa" but not both.
108 "mode" or "vesa" keywords as a parameter. See above and below.
145 vesa:X selects startup videomode. X is number from 0 to 0x1FF and
146 represents the VESA mode number (can be given in decimal or
H A Dmatroxfb.rst27 Switching modes is done using the video=matroxfb:vesa:... boot parameter
31 pass to the kernel this command line: "video=matroxfb:vesa:0x1BB".
38 Currently supported video modes are (through vesa:... interface, PowerMac
87 example 1600x1200x32bpp can be specified by `video=matroxfb:vesa:0x11C,depth:32`.
250 vesa:X selects startup videomode. X is number from 0 to 0x1FF, see table
257 If you are not satisfied with videomode selected by `vesa` option, you
261 xres:X horizontal resolution, in pixels. Default is derived from `vesa`
263 yres:X vertical resolution, in pixel lines. Default is derived from `vesa`
266 pixel line of picture. Default is derived from `vesa` option.
268 pulse. Default is derived from `vesa` option.
[all …]
H A Dvesafb.rst13 impossible; BIOS calls work in real mode only. VESA BIOS Extensions
41 VESA mode number. Here are those VESA mode numbers:
53 The video mode number of the Linux kernel is the VESA mode number plus
76 Even if your board does, it might be the BIOS which does not. VESA BIOS
114 The VESA BIOS provides protected mode interface for changing
129 ypan enable display panning using the VESA protected mode
H A Dmodedb.rst31 VESA(TM) Coordinated Video Timings instead of looking up the mode from a table.
75 What is the VESA(TM) Coordinated Video Timings (CVT)?
78 From the VESA(TM) Website:
88 This is the third standard approved by VESA(TM) concerning video timings. The
90 pre-defined modes approved by VESA(TM). The second is the Generalized Timing
124 Note: VESA(TM) has restrictions on what is a standard CVT timing:
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.c6 * The mode query/save/set/restore functions from the vesa driver
89 xf86DrvMsgVerb(screen, X_INFO, 3, "VESA BIOS not detected\n"); in VBEExtendedInit()
95 xf86DrvMsg(screen, X_INFO, "VESA BIOS detected\n"); in VBEExtendedInit()
98 xf86DrvMsg(screen, X_INFO, "VESA BIOS function failed\n"); in VBEExtendedInit()
101 xf86DrvMsg(screen, X_INFO, "VESA BIOS not supported\n"); in VBEExtendedInit()
104 xf86DrvMsg(screen, X_INFO, "VESA BIOS not supported in current mode\n"); in VBEExtendedInit()
120 xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE Version %i.%i\n", in VBEExtendedInit()
122 xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE Total Mem: %i kB\n", in VBEExtendedInit()
124 xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE OEM: %s\n", in VBEExtendedInit()
128 xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE OEM Software Rev: %i.%i\n", in VBEExtendedInit()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/man/
H A Dgtf.man3 gtf - calculate VESA GTF mode lines
14 is a utility for calculating VESA GTF modes. Given the desired
16 for a matching VESA GTF mode are printed out. Two output formats are
44 available at <ftp://ftp.vesa.org/pub/GTF/VTF_V1R1.xls>.
H A Dcvt.man3 cvt - calculate VESA CVT mode lines
13 is a utility for calculating VESA Coordinated Video Timing modes. Given the
40 available at <http://www.vesa.org/Public/CVT/CVTd6r1.xls>. CVT is a
41 VESA trademark.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst319 VESA DMT
323 :title: VESA and Industry Standards and Guidelines for Computer Display Monitor Timing (DMT)
325 :author: Video Electronics Standards Association (http://www.vesa.org)
333 :title: VESA Enhanced Extended Display Identification Data Standard
336 :author: Video Electronics Standards Association (http://www.vesa.org)
376 :title: VESA DisplayPort Standard
379 :author: Video Electronics Standards Association (http://www.vesa.org)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/
H A Dxorg.conf12 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
14 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
16 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/
H A Dxorg.conf12 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
14 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
16 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/
H A Dxorg.conf17 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
19 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
21 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/
H A Dxorg.conf17 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
19 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
21 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/
H A Dxorg.conf17 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
19 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
21 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo-vesa.c11 * VESA text modes
16 #include "vesa.h"
19 /* VESA information */
188 /* Save the VESA protected mode info */
209 /* Tell the kernel we're in VESA graphics mode */ in vesa_store_mode_params_graphics()
274 .card_name = "VESA",

12345678910>>...12