Home
last modified time | relevance | path

Searched refs:PCIC_DISPLAY (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/usr.sbin/pciconf/
HDpciconf.c674 {PCIC_DISPLAY, -1, "display"},
675 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"},
676 {PCIC_DISPLAY, PCIS_DISPLAY_XGA, "XGA"},
677 {PCIC_DISPLAY, PCIS_DISPLAY_3D, "3D"},
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_gvt-d.c57 if (class != PCIC_DISPLAY) in gvt_d_probe()
HDpci_fbuf.c387 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY); in pci_fbuf_init()
/freebsd-13-stable/sys/dev/pci/
HDvga_pci.c87 if ((pci_get_class(dev) != PCIC_DISPLAY && in vga_pci_is_boot_display()
351 case PCIC_DISPLAY: in vga_pci_probe()
HDpcireg.h369 #define PCIC_DISPLAY 0x03 macro
HDpci.c4685 case PCIC_DISPLAY: in pci_resume()
4696 case PCIC_DISPLAY: in pci_resume()
4978 {PCIC_DISPLAY, -1, 1, "display"},
4979 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, 1, "VGA"},
4980 {PCIC_DISPLAY, PCIS_DISPLAY_XGA, 1, "XGA"},
4981 {PCIC_DISPLAY, PCIS_DISPLAY_3D, 1, "3D"},
6282 if (cls == PCIC_DISPLAY || cls == PCIC_MEMORY || in pci_cfg_save()
/freebsd-13-stable/sys/dev/drm2/
HDdrm_os_freebsd.c115 if (pci_get_class(kdev) != PCIC_DISPLAY || in drm_probe_helper()
/freebsd-13-stable/sys/dev/fb/
HDs3_pci.c447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) || in s3pci_probe()
/freebsd-13-stable/sys/compat/linsysfs/
HDlinsysfs.c520 if (dinfo != NULL && dinfo->cfg.baseclass == PCIC_DISPLAY) { in linsysfs_run_bus()
/freebsd-13-stable/sys/dev/agp/
HDagp.c118 if (pci_get_class(dev) == PCIC_DISPLAY in agp_find_display()
HDagp_i810.c653 if (pci_get_class(dev) != PCIC_DISPLAY in agp_i810_match()