Searched refs:vga (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_vga.c171 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 Dgx_vga.c71 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 Dvga_gu1.c422 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 Dgfx_rtns.h721 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 Dvga_gu1.c397 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 Dgfx_rtns.h620 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 Dhelper_exec.c650 * 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 Dgeneric.c129 legacyVGARec vga; local in function:xf86ExtendedInitInt10
231 LockLegacyVGA(pInt, &vga);
233 UnlockLegacyVGA(pInt, &vga);
292 LockLegacyVGA(pInt, &vga);
294 UnlockLegacyVGA(pInt, &vga);
H A Dxf86int10.h136 void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
137 void UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_exec.c676 * 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 Dgeneric.c123 legacyVGARec vga; local in function:xf86ExtendedInitInt10
213 LockLegacyVGA(pInt, &vga);
215 UnlockLegacyVGA(pInt, &vga);
270 LockLegacyVGA(pInt, &vga);
272 UnlockLegacyVGA(pInt, &vga);
H A Dxf86int10.h137 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 Dlinux.c90 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 Dlinux.c103 legacyVGARec vga; local in function:xf86ExtendedInitInt10
300 LockLegacyVGA(pInt, &vga);
302 UnlockLegacyVGA(pInt, &vga);
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac631 AC_ARG_ENABLE(vgahw, AS_HELP_STRING([--enable-vgahw], [Build Xorg with vga access (default: enabled)]), [VGAHW=$enableval], [VGAHW=yes])
H A Dconfigure1946 --enable-vgahw Build Xorg with vga access (default: enabled)
[all...]
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac568 AC_ARG_ENABLE(vgahw, AS_HELP_STRING([--enable-vgahw], [Build Xorg with vga access (default: enabled)]), [VGAHW=$enableval], [VGAHW=yes])
H A Dconfigure2150 --enable-vgahw Build Xorg with vga access (default: enabled)
[all...]

Completed in 83 milliseconds