| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_vga.c | 171 int gu2_vga_save(gfx_vga_struct * vga, int flags); 173 int gu2_vga_restore(gfx_vga_struct * vga, int flags); 305 gu2_vga_save(gfx_vga_struct * vga, int flags) argument 318 vga->miscOutput = gfx_inb(0x3CC); 339 vga->stdCRTCregs[i] = gfx_inb(crtcdata); 361 vga->extCRTCregs[i] = gfx_inb(crtcdata); 451 gu2_vga_restore(gfx_vga_struct * vga, int flags) argument 464 gfx_outb(0x3C2, vga->miscOutput); 490 gfx_outb(crtcdata, vga->stdCRTCregs[i]); 518 gfx_outb(crtcdata, vga [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_vga.c | 71 int gu2_vga_save(gfx_vga_struct * vga, int flags); 73 int gu2_vga_restore(gfx_vga_struct * vga, int flags); 211 gu2_vga_save(gfx_vga_struct * vga, int flags) argument 223 vga->miscOutput = gfx_inb(0x3CC); 242 vga->stdCRTCregs[i] = gfx_inb(crtcdata); 262 vga->extCRTCregs[i] = gfx_inb(crtcdata); 345 gu2_vga_restore(gfx_vga_struct * vga, int flags) argument 357 gfx_outb(0x3C2, vga->miscOutput); 381 gfx_outb(crtcdata, vga->stdCRTCregs[i]); 407 gfx_outb(crtcdata, vga [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | vga_gu1.c | 422 gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz) argument 432 *vga = gfx_vga_modes[i]; 444 vga->stdCRTCregs[0x13] = (unsigned char)pitch; 445 vga->extCRTCregs[0x05] = (unsigned char)((pitch >> 8) & 0x03); 452 vga->extCRTCregs[0x06] = CRTC_BIT_16BPP | CRTC_BIT_555; 455 vga->extCRTCregs[0x06] = CRTC_BIT_16BPP; 458 vga->extCRTCregs[0x06] = 0; 475 gfx_vga_pitch(gfx_vga_struct * vga, unsigned short pitch) argument 478 vga->stdCRTCregs[0x13] = (unsigned char)pitch; 479 vga 492 gfx_vga_save(gfx_vga_struct * vga,int flags) argument 568 gfx_vga_restore(gfx_vga_struct * vga,int flags) argument [all...] |
| H A D | 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/xf86-video-geode/dist/src/gfx/ |
| H A D | vga_gu1.c | 397 gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz) argument 407 *vga = gfx_vga_modes[i]; 419 vga->stdCRTCregs[0x13] = (unsigned char) pitch; 420 vga->extCRTCregs[0x05] = (unsigned char) ((pitch >> 8) & 0x03); 427 vga->extCRTCregs[0x06] = CRTC_BIT_16BPP | CRTC_BIT_555; 430 vga->extCRTCregs[0x06] = CRTC_BIT_16BPP; 433 vga->extCRTCregs[0x06] = 0; 450 gfx_vga_pitch(gfx_vga_struct * vga, unsigned short pitch) argument 453 vga->stdCRTCregs[0x13] = (unsigned char) pitch; 454 vga 467 gfx_vga_save(gfx_vga_struct * vga,int flags) argument 543 gfx_vga_restore(gfx_vga_struct * vga,int flags) argument [all...] |
| H A D | 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/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | helper_exec.c | 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) argument 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); 665 outb(pInt->ioBase + 0x03C2, ~(CARD8)0x03 & vga->save_msr); 666 outb(pInt->ioBase + 0x03C3, ~(CARD8)0x01 & vga->save_vse); 668 outb(pInt->ioBase + 0x46E8, ~(CARD8)0x08 & vga 675 UnlockLegacyVGA(xf86Int10InfoPtr pInt,legacyVGAPtr vga) argument [all...] |
| H A D | generic.c | 129 legacyVGARec vga; local in function:xf86ExtendedInitInt10 231 LockLegacyVGA(pInt, &vga); 233 UnlockLegacyVGA(pInt, &vga); 292 LockLegacyVGA(pInt, &vga); 294 UnlockLegacyVGA(pInt, &vga);
|
| H A D | xf86int10.h | 136 void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga); 137 void UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | helper_exec.c | 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) argument 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); 691 pci_io_write8(pInt->io, 0x03C2, ~(uint8_t) 0x03 & vga->save_msr); 692 pci_io_write8(pInt->io, 0x03C3, ~(uint8_t) 0x01 & vga->save_vse); 694 pci_io_write8(pInt->io, 0x46E8, ~(uint8_t) 0x08 & vga 701 UnlockLegacyVGA(xf86Int10InfoPtr pInt,legacyVGAPtr vga) argument [all...] |
| H A D | generic.c | 123 legacyVGARec vga; local in function:xf86ExtendedInitInt10 213 LockLegacyVGA(pInt, &vga); 215 UnlockLegacyVGA(pInt, &vga); 270 LockLegacyVGA(pInt, &vga); 272 UnlockLegacyVGA(pInt, &vga);
|
| H A D | 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/os-support/linux/int10/ |
| H A D | linux.c | 90 legacyVGARec vga; local in function:xf86ExtendedInitInt10 285 LockLegacyVGA(pInt, &vga); 287 UnlockLegacyVGA(pInt, &vga);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 103 legacyVGARec vga; local in function:xf86ExtendedInitInt10 300 LockLegacyVGA(pInt, &vga); 302 UnlockLegacyVGA(pInt, &vga);
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure.ac | 631 AC_ARG_ENABLE(vgahw, AS_HELP_STRING([--enable-vgahw], [Build Xorg with vga access (default: enabled)]), [VGAHW=$enableval], [VGAHW=yes])
|
| H A D | configure | 1946 --enable-vgahw Build Xorg with vga access (default: enabled) [all...] |
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 568 AC_ARG_ENABLE(vgahw, AS_HELP_STRING([--enable-vgahw], [Build Xorg with vga access (default: enabled)]), [VGAHW=$enableval], [VGAHW=yes])
|
| H A D | configure | 2150 --enable-vgahw Build Xorg with vga access (default: enabled) [all...] |