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

/freebsd-current/usr.sbin/bhyve/amd64/
H A DMakefile.inc24 vga.c \
/freebsd-current/tests/ci/
H A DMakefile.powerpc6412 QEMU_EXTRA_PARAM=-vga none -accel tcg,thread=multi
H A DMakefile.powerpc64le12 QEMU_EXTRA_PARAM=-vga none -accel tcg,thread=multi
/freebsd-current/sys/dev/vt/
H A Dvt_cpulogos.c46 vt_vga2bsd(unsigned char vga) argument
60 bright = (vga & 0x8);
61 return (lut[vga & 0x7] | bright);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dvgaarb.h34 #include <video/vga.h>
176 * vga card setups and/or x86 platforms.
219 * @set_vga_decode: vga decode change callback
/freebsd-current/tools/boot/
H A Dci-qemu-test.sh124 -serial stdio -vga none -nographic -monitor none \
H A Dfull-test.sh582 -vga none -nographic \\
600 -vga none -nographic \\
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c14 #include <video/vga.h>
354 * otherwise the vga fbdev driver falls over.
/freebsd-current/sys/isa/
H A Dvga_isa.c238 DRIVER_MODULE(vga, isa, isavga_driver, 0, 0);
/freebsd-current/usr.sbin/pciconf/
H A Dpciconf.c328 print_special_decode(bool isa, bool vga, bool subtractive) argument
332 if (isa || vga || subtractive) {
339 if (vga) {
/freebsd-current/sys/dev/agp/
H A Dagp_i810.c2022 device_t vga; local
2025 vga = device_get_parent(dev);
2027 sc->sc_flush_page_res = BUS_ALLOC_RESOURCE(device_get_parent(vga), dev,
2048 device_t vga; local
2051 vga = device_get_parent(dev);
2054 BUS_DEACTIVATE_RESOURCE(device_get_parent(vga), dev,
2056 BUS_RELEASE_RESOURCE(device_get_parent(vga), dev,
/freebsd-current/sys/dev/syscons/
H A Dscvgarndr.c111 RENDERER(vga, 0, txtrndrsw, vga_set);
126 RENDERER(vga, PIXEL_MODE, vgarndrsw, vga_set);
143 RENDERER(vga, GRAPHICS_MODE, grrndrsw, vga_set);
146 RENDERER_MODULE(vga, vga_set);
/freebsd-current/stand/i386/libi386/
H A Dvbe.c38 #include <dev/vt/hw/vga/vt_vga_reg.h>
H A Dvidconsole.c38 #include <dev/vt/hw/vga/vt_vga_reg.h>
/freebsd-current/share/man/man4/
H A DMakefile589 vga.4 \
/freebsd-current/sys/dev/vt/hw/vga/
H A Dvt_vga.c44 #include <dev/vt/hw/vga/vt_vga_reg.h>
104 .vd_name = "vga",
1266 TUNABLE_INT_FETCH("hw.vga.acpi_ignore_no_vga", &ignore);
1306 * If "hw.vga.textmode" is not set and we're running on hypervisor,
1312 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode);
/freebsd-current/sys/dev/fb/
H A Dvga.c263 VIDEO_DRIVER(vga, vgavidsw, vga_configure);
758 adp->va_name = "vga";
1696 /* setup vga for loading fonts */
1738 /* setup vga for normal operation mode again */
3017 printf("vga: RTC equip. code:0x%02x, DCC code:0x%02x\n",
3019 printf("vga: CRTC:0x%x, video option:0x%02x, ",
3028 printf("vga: param table EGA/VGA:%p", video_mode_ptr);
3030 printf("vga: rows_offset:%d\n", rows_offset);
3055 printf("vga%d: %s: WARNING: video mode switching is not "

Completed in 145 milliseconds