HomeSort by relevance Sort by last modified time
    Searched full:vesa (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/syslinux/com32/hdt/
hdt-menu-vesa.c 31 /* Submenu for the vesa card */
38 menu->menu = add_menu(" VESA Bios ", -1);
42 snprintf(buffer, sizeof buffer, "VESA Version: %d.%d",
43 hardware->vesa.major_version, hardware->vesa.minor_version);
45 hardware->vesa.major_version, hardware->vesa.minor_version);
49 snprintf(buffer, sizeof buffer, "Vendor : %s", hardware->vesa.vendor);
51 hardware->vesa.vendor);
55 snprintf(buffer, sizeof buffer, "Product : %s", hardware->vesa.product)
    [all...]
hdt-dump-vesa.c 39 snprintf(buffer,sizeof(buffer),"%d.%d", hardware->vesa.major_version, hardware->vesa.minor_version);
40 add_s("vesa.version",buffer);
41 add_hs(vesa.vendor);
42 add_hs(vesa.product);
43 add_hs(vesa.product_revision);
44 add_hi(vesa.software_rev);
46 snprintf(buffer,sizeof(buffer),"%d KB",hardware->vesa.total_memory*64);
47 add_s("vesa.memory",buffer);
48 add_i("vesa.modes",hardware->vesa.vmi_count)
    [all...]
hdt-cli-vesa.c 41 more_printf("No VESA BIOS detected\n");
44 more_printf("VESA\n");
45 more_printf(" Vesa version : %d.%d\n", hardware->vesa.major_version,
46 hardware->vesa.minor_version);
47 more_printf(" Vendor : %s\n", hardware->vesa.vendor);
48 more_printf(" Product : %s\n", hardware->vesa.product);
49 more_printf(" Product rev. : %s\n", hardware->vesa.product_revision);
50 more_printf(" Software rev.: %d\n", hardware->vesa.software_rev);
51 more_printf(" Memory (KB) : %d\n", hardware->vesa.total_memory * 64)
    [all...]
hdt-common.c 34 #include "../lib/sys/vesa/vesa.h"
69 /* Vesa mode isn't set until we explictly call it */
101 } else if (!strncmp(argv[i], "vesa", 4)) {
105 if (!strncmp(argv[i], "vesa=", 5)) {
224 memset(&hardware->vesa, 0, sizeof(struct s_vesa));
312 /* Detection vesa stuff*/
349 strlcpy(hardware->vesa.vendor, oem_ptr, sizeof(hardware->vesa.vendor));
351 strlcpy(hardware->vesa.product, oem_ptr, sizeof(hardware->vesa.product))
    [all...]
hdt-common.h 51 #include <lib/sys/vesa/vesa.h>
75 /* Graphic to load in background when using the vesa mode */
90 /* Defines if we must use the vesa mode */
190 struct s_vesa vesa; member in struct:s_hardware
208 bool vesa_detection; /* Does the vesa sutff have been already detected? */
  /external/syslinux/com32/hdt/floppy/
hdt.cfg 36 MENU LABEL CLI (VESA mode)
39 VESA mode is enabled
42 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa
44 LABEL vesa
48 VESA mode is disabled
57 VESA mode is enabled
60 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show summary'
63 MENU LABEL CLI (VESA mode & Verbose)
66 VESA mode is enabled
69 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu verbos
    [all...]
  /external/syslinux/com32/modules/
vesainfo.c 4 * Dump information about what VESA graphics modes are supported.
12 #include "../lib/sys/vesa/vesa.h"
29 struct vesa_info *vesa; local
31 vesa = lmalloc(sizeof(*vesa));
32 if (!vesa) {
36 gi = &vesa->gi;
37 mi = &vesa->mi;
47 printf("No VESA BIOS detected\n")
    [all...]
  /external/syslinux/com32/sysdump/
vesa.c 3 #include <lib/sys/vesa/vesa.h>
15 printf("Scanning VESA BIOS... ");
37 cpio_mkdir(be, "vesa");
39 cpio_writefile(be, "vesa/global.bin", &gi, sizeof gi);
57 sprintf(modefile, "vesa/mode%04x.bin", mode);
  /external/syslinux/bios/com32/modules/
vesainfo.c32 
  /external/syslinux/efi32/com32/modules/
vesainfo.c32 
  /external/syslinux/com32/lib/
Makefile 28 I915VESA_OBJ = sys/vesa/i915resolution.o
33 sys/vesa/initvesa.o sys/vesa/drawtxt.o sys/vesa/background.o \
34 sys/vesa/alphatbl.o sys/vesa/screencpy.o sys/vesa/fmtpixel.o \
107 rm -f sys/vesa/alphatbl.c errlist.c
125 sys/vesa/drawtxt.o: sys/vesa/drawtxt.
    [all...]
  /external/syslinux/bios/com32/sysdump/
sysdump.c32 
sysdump.elf 
  /external/syslinux/com32/lua/src/
vesa.c 8 #include "../../lib/sys/vesa/vesa.h"
9 #include "../../lib/sys/vesa/video.h"
46 rv = -3; /* VESA 1.2+ required */
  /external/syslinux/efi32/com32/sysdump/
sysdump.c32 
sysdump.elf 
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EdidActive.h 45 /// specification published by VESA (www.vesa.org).
EdidDiscovered.h 43 /// specification published by VESA (www.vesa.org).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
screen_info.h 25 /* VESA graphic mode -- linear frame buffer */
54 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */
  /external/syslinux/com32/lib/sys/vesa/
initvesa.c 31 * Query the VESA BIOS and select a 640x480x32 mode with local mapping
41 #include "vesa.h"
91 rv = firmware->vesa->set_mode(&__vesa_info, x, y, &bestpxf);
102 __vesacon_font_height = firmware->vesa->font_query(&rom_font);
118 output in VESA modes actually do that... */
162 * On input, VESA initialization is passed a desirable resolution. On
  /external/syslinux/efi/
vesa.c 41 #include "sys/vesa/vesa.h"
42 #include "sys/vesa/video.h"
43 #include "sys/vesa/fill.h"
44 #include "sys/vesa/debug.h"
47 * Note GOP support uses the VESA info structure as much as possible and
48 * extends it as needed for EFI support. Not all of the vesa info structure
49 * is populated. Care must be taken in the routines that rely the vesa
101 /* We use the VESA info structure to store relevant GOP info as much as possible */
  /external/kernel-headers/original/uapi/linux/
screen_info.h 26 /* VESA graphic mode -- linear frame buffer */
56 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */
  /external/syslinux/com32/include/
console.h 59 /* VESA graphics console (output only) */
61 /* VESA plus serial port */
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
VesaBiosExtensions.h 30 // VESA BIOS Extensions status codes
35 // VESA BIOS Extensions Services
223 UINT32 VESASignature; // 'VESA' 4 byte signature
265 #define VESA_BIOS_EXTENSIONS_CAPABILITY_VESA_EVC 0x10 // 0: Stero signaling supported via external VESA stereo connector
266 // 1: Stero signaling supported via VESA EVC connector
270 #define VESA_BIOS_EXTENSIONS_MODE_NUMBER_VESA 0x0100 // 0: Not a VESA defined VBE mode
271 // 1: A VESA defined VBE mode
300 // Manadory fields for all VESA Bios Extensions revisions
312 // Manadory fields for VESA Bios Extensions 1.2 and above
335 // Manadory fields for VESA Bios Extensions 2.0 and above
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
VesaBiosExtensions.h 24 // VESA BIOS Extensions status codes
29 // VESA BIOS Extensions Services
232 UINT32 VESASignature; // 'VESA' 4 byte signature
274 #define VESA_BIOS_EXTENSIONS_CAPABILITY_VESA_EVC 0x10 // 0: Stero signaling supported via external VESA stereo connector
275 // 1: Stero signaling supported via VESA EVC connector
279 #define VESA_BIOS_EXTENSIONS_MODE_NUMBER_VESA 0x0100 // 0: Not a VESA defined VBE mode
280 // 1: A VESA defined VBE mode
309 // Manadory fields for all VESA Bios Extensions revisions
321 // Manadory fields for VESA Bios Extensions 1.2 and above
344 // Manadory fields for VESA Bios Extensions 2.0 and above
    [all...]

Completed in 3082 milliseconds

1 2 3 4 5