Home
last modified time | relevance | path

Searched refs:KD_VGA (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/fb/
H A Dvga.c583 case KD_VGA: in map_gen_mode_num()
655 case KD_VGA: in map_bios_mode_num()
757 adp->va_type = KD_VGA; in verify_adapter()
1036 (biosadapter[V_ADP_PRIMARY].va_type == KD_VGA)) { in probe_adapters()
1039 (biosadapter[V_ADP_SECONDARY].va_type == KD_VGA)) { in probe_adapters()
1046 if (adp->va_type == KD_VGA) { in probe_adapters()
1168 if ((biosadapter[i].va_type == KD_VGA) in probe_adapters()
1237 if ((adp->va_type != KD_VGA) && (adp->va_type != KD_EGA)) in set_line_length()
1278 if ((adp->va_type != KD_VGA) && (adp->va_type != KD_EGA)) in set_display_start()
1286 if ((adp->va_type == KD_VGA) || (adp->va_type == KD_EGA)) { in set_display_start()
[all …]
H A Dfb.c289 { KD_VGA, "VGA" }, in adapter_name()
363 { FBTYPE_VGA, KD_VGA }, in fb_type()
H A Ds3_pci.c516 if (adp->va_type == KD_VGA) in s3pci_attach()
H A Dsplash_bmp.c579 if ((adp->va_type == KD_EGA) || (adp->va_type == KD_VGA)) { in bmp_Draw()
H A Dvesa.c1135 if (adp->va_type == KD_VGA) in vesa_configure()
/freebsd/sys/dev/syscons/
H A Dscvgarndr.c948 if (scp->sc->adp->va_type == KD_VGA) { in vga_vgadraw_planar()
969 if (scp->sc->adp->va_type != KD_VGA) in vga_vgadraw_planar()
982 if (scp->sc->adp->va_type == KD_VGA) in vga_vgadraw_planar()
994 if (scp->sc->adp->va_type == KD_VGA) in vga_vgadraw_planar()
1196 if (scp->sc->adp->va_type == KD_VGA) { in draw_pxlmouse_planar()
1212 if (scp->sc->adp->va_type == KD_VGA) in draw_pxlmouse_planar()
1231 if (scp->sc->adp->va_type == KD_VGA) in draw_pxlmouse_planar()
1242 if (scp->sc->adp->va_type == KD_VGA) in draw_pxlmouse_planar()
H A Dsyscons.c392 { KD_VGA, { "VGA", "VGA (mono)" } }, in adapter_name()
/freebsd/sys/sys/
H A Dfbio.h249 #define KD_VGA 5 /* video graphics adapter */ macro
/freebsd/lib/libvgl/
H A Dmain.c196 || (adptype != KD_EGA && adptype != KD_VGA)) { in VGLInit()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c1058 { KD_VGA, "VGA" }, in adapter_name()