| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_vga.c | 27 * This file contains routines to set modes using the VGA registers. 39 /* VGA STRUCTURE */ 71 int gu2_vga_save(gfx_vga_struct * vga, int flags); 73 int gu2_vga_restore(gfx_vga_struct * vga, int flags); 94 DEBUGMSG(1, (0, X_NONE, "Saving VGA Data\n")); 98 DEBUGMSG(1, (0, X_NONE, "Restore VGA Data\n")); 205 * This routine saves the state of the VGA registers into the specified 211 gu2_vga_save(gfx_vga_struct * vga, int flags) 223 vga->miscOutput = gfx_inb(0x3CC); 242 vga->stdCRTCregs[i] = gfx_inb(crtcdata) [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_gx2_vga.c | 7 * This file contains routines to set modes using the VGA registers. 139 /* VGA STRUCTURE */ 171 int gu2_vga_save(gfx_vga_struct * vga, int flags); 173 int gu2_vga_restore(gfx_vga_struct * vga, int flags); 192 DEBUGMSG(1, (0, X_NONE, "Saving VGA Data\n")); 196 DEBUGMSG(1, (0, X_NONE, "Restore VGA Data\n")); 299 * This routine saves the state of the VGA registers into the specified 305 gu2_vga_save(gfx_vga_struct * vga, int flags) 318 vga->miscOutput = gfx_inb(0x3CC); 339 vga->stdCRTCregs[i] = gfx_inb(crtcdata) [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| vga_gu1.c | 27 * This file contains routines to set modes using the VGA registers. 47 /* MODE TABLES FOR VGA REGISTERS */ 275 * This routine looks for the VGA PCI header. It checks to see that bit 1 281 * command register and have the proper effect (enable trapping of VGA). 282 * Otherwise, if we enable VGA via the PCI header, trapping really won't be 283 * enabled and the VGA register writes will go out to the external card. 326 * Bit 0: Enable VGA IO 327 * Bit 1: Enable VGA memory 361 * This routine sets the standard VGA sequencer, graphics controller, and 365 * the "gfx_vga_restore" routine. Most OSs that use VGA to set modes sav [all...] |
| gfx_rtns.h | 620 int gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz); 621 int gfx_vga_pitch(gfx_vga_struct * vga, unsigned short pitch); 622 int gfx_vga_save(gfx_vga_struct * vga, int flags); 623 int gfx_vga_restore(gfx_vga_struct * vga, int flags);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| vga_gu1.c | 5 * This file contains routines to set modes using the VGA registers. 148 /* MODE TABLES FOR VGA REGISTERS */ 300 * This routine looks for the VGA PCI header. It checks to see that bit 1 306 * command register and have the proper effect (enable trapping of VGA). 307 * Otherwise, if we enable VGA via the PCI header, trapping really won't be 308 * enabled and the VGA register writes will go out to the external card. 351 * Bit 0: Enable VGA IO 352 * Bit 1: Enable VGA memory 386 * This routine sets the standard VGA sequencer, graphics controller, and 390 * the "gfx_vga_restore" routine. Most OSs that use VGA to set modes sav [all...] |
| gfx_rtns.h | 721 int gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, 723 int gfx_vga_pitch(gfx_vga_struct * vga, unsigned short pitch); 724 int gfx_vga_save(gfx_vga_struct * vga, int flags); 725 int gfx_vga_restore(gfx_vga_struct * vga, int flags);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| helper_exec.c | 664 * Lock/Unlock legacy VGA. Some Bioses try to be very clever and make 668 * To avoid this we attempt legacy VGA by writing to all known VGA 676 * legacy vga therefore we don't worry about mmio etc. 678 * the driver would have to load the vga-module prior to 682 LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga) 685 vga->save_msr = pci_io_read8(pInt->io, 0x03CC); 686 vga->save_vse = pci_io_read8(pInt->io, 0x03C3); 688 vga->save_46e8 = pci_io_read8(pInt->io, 0x46E8); 690 vga->save_pos102 = pci_io_read8(pInt->io, 0x0102) [all...] |
| generic.c | 123 legacyVGARec vga; local 213 LockLegacyVGA(pInt, &vga); 215 UnlockLegacyVGA(pInt, &vga); 270 LockLegacyVGA(pInt, &vga); 272 UnlockLegacyVGA(pInt, &vga);
|
| xf86int10.h | 137 void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga); 138 void UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| helper_exec.c | 638 * Lock/Unlock legacy VGA. Some Bioses try to be very clever and make 642 * To avoid this we attempt legacy VGA by writing to all know VGA 650 * legacy vga therefore we don't worry about mmio etc. 652 * the driver would have to load the vga-module prior to 656 LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga) 659 vga->save_msr = inb(pInt->ioBase + 0x03CC); 660 vga->save_vse = inb(pInt->ioBase + 0x03C3); 662 vga->save_46e8 = inb(pInt->ioBase + 0x46E8); 664 vga->save_pos102 = inb(pInt->ioBase + 0x0102) [all...] |
| generic.c | 66 * Read legacy VGA video BIOS associated with specified domain. 68 * Attempts to read up to 128KiB of legacy VGA video BIOS. 74 * PCI ROMs can contain multiple BIOS images (e.g., OpenFirmware, x86 VGA, 76 * legacy VGA BIOS image? 129 legacyVGARec vga; local 231 LockLegacyVGA(pInt, &vga); 233 UnlockLegacyVGA(pInt, &vga); 292 LockLegacyVGA(pInt, &vga); 294 UnlockLegacyVGA(pInt, &vga);
|
| xf86int10.h | 136 void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga); 137 void UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/ |
| linux.c | 90 legacyVGARec vga; local 285 LockLegacyVGA(pInt, &vga); 287 UnlockLegacyVGA(pInt, &vga);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/ |
| linux.c | 103 legacyVGARec vga; local 300 LockLegacyVGA(pInt, &vga); 302 UnlockLegacyVGA(pInt, &vga);
|
| /xsrc/external/mit/xorg-server/dist/ |
| configure | 2150 --enable-vgahw Build Xorg with vga access (default: enabled) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/ |
| configure | 1946 --enable-vgahw Build Xorg with vga access (default: enabled) [all...] |