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

/freebsd-11-stable/usr.sbin/bhyve/
H A DMakefile59 vga.c \
/freebsd-11-stable/sys/dev/vt/
H A Dvt_cpulogos.c47 vt_vga2bsd(unsigned char vga) argument
61 bright = (vga & 0x8);
62 return (lut[vga & 0x7] | bright);
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c935 vga_dbs(u_int8_t vga)
937 if (vga < 0x0F) return 0.0;
938 if ((vga >= 0x0F) && (vga <= 0x1B)) return 0.0 + 0.77 * (vga - 0x0F);
939 if ((vga >= 0x1C) && (vga <= 0x33)) return 10.0 + 1.25 * (vga - 0x1C);
940 if ((vga >= 0x34) && (vga <
934 vga_dbs(u_int8_t vga) argument
1627 u_int8_t vga; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c1137 device_t vga;
1138 vga = device_get_parent(dev->dev);
1140 dev_priv->mch_res = BUS_ALLOC_RESOURCE(device_get_parent(vga),
1215 device_t vga; local
1216 vga = device_get_parent(dev->dev);
1217 BUS_DEACTIVATE_RESOURCE(device_get_parent(vga), dev->dev,
1219 BUS_RELEASE_RESOURCE(device_get_parent(vga), dev->dev,
/freebsd-11-stable/sys/isa/
H A Dvga_isa.c306 DRIVER_MODULE(vga, isa, isavga_driver, isavga_devclass, 0, 0);
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c293 print_special_decode(bool isa, bool vga, bool subtractive) argument
297 if (isa || vga || subtractive) {
304 if (vga) {
/freebsd-11-stable/sys/dev/agp/
H A Dagp_i810.c2030 device_t vga; local
2033 vga = device_get_parent(dev);
2035 sc->sc_flush_page_res = BUS_ALLOC_RESOURCE(device_get_parent(vga), dev,
2056 device_t vga; local
2059 vga = device_get_parent(dev);
2062 BUS_DEACTIVATE_RESOURCE(device_get_parent(vga), dev, SYS_RES_MEMORY,
2064 BUS_RELEASE_RESOURCE(device_get_parent(vga), dev, SYS_RES_MEMORY,
/freebsd-11-stable/sys/dev/syscons/
H A Dscvgarndr.c111 RENDERER(vga, 0, txtrndrsw, vga_set);
138 RENDERER(vga, PIXEL_MODE, vgarndrsw, vga_set);
155 RENDERER(vga, GRAPHICS_MODE, grrndrsw, vga_set);
158 RENDERER_MODULE(vga, vga_set);
/freebsd-11-stable/share/man/man4/
H A DMakefile566 vga.4 \
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c36 __FBSDID("$FreeBSD: stable/11/sys/dev/vt/hw/vga/vt_vga.c 336858 2018-07-29 05:14:26Z eadler $");
46 #include <dev/vt/hw/vga/vt_vga_reg.h>
103 .vd_name = "vga",
1217 TUNABLE_INT_FETCH("hw.vga.acpi_ignore_no_vga", &ignore);
1273 * If "hw.vga.textmode" is not set and we're running on hypervisor,
1279 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode);
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c32 __FBSDID("$FreeBSD: stable/11/sys/dev/fb/vga.c 331722 2018-03-29 02:50:57Z eadler $");
312 VIDEO_DRIVER(vga, vgavidsw, vga_configure);
807 adp->va_name = "vga";
1700 /* setup vga for loading fonts */
1742 /* setup vga for normal operation mode again */
3013 printf("vga: RTC equip. code:0x%02x, DCC code:0x%02x\n",
3015 printf("vga: CRTC:0x%x, video option:0x%02x, ",
3024 printf("vga: param table EGA/VGA:%p", video_mode_ptr);
3026 printf("vga: rows_offset:%d\n", rows_offset);
3051 printf("vga
[all...]

Completed in 355 milliseconds