Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_passthru_quirks.c30 if (class != PCIC_DISPLAY) in nvidia_gpu_probe()
H A Dpci_fbuf.c402 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY); in pci_fbuf_init()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.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/sys/dev/pci/
H A Dvga_pci.c87 if ((pci_get_class(dev) != PCIC_DISPLAY && in vga_pci_is_boot_display()
348 case PCIC_DISPLAY: in vga_pci_probe()
H A Dpcireg.h369 #define PCIC_DISPLAY 0x03 macro
H A Dpci.c4759 case PCIC_DISPLAY: in pci_resume()
4770 case PCIC_DISPLAY: in pci_resume()
5052 {PCIC_DISPLAY, -1, 1, "display"},
5053 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, 1, "VGA"},
5054 {PCIC_DISPLAY, PCIS_DISPLAY_XGA, 1, "XGA"},
5055 {PCIC_DISPLAY, PCIS_DISPLAY_3D, 1, "3D"},
6485 if (cls == PCIC_DISPLAY || cls == PCIC_MEMORY || in pci_cfg_save()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c113 if (pci_get_class(kdev) != PCIC_DISPLAY || in drm_probe_helper()
/freebsd/sys/dev/fb/
H A Ds3_pci.c447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) || in s3pci_probe()
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c224 if (class != PCIC_DISPLAY) in gvt_d_probe()
/freebsd/sys/compat/linsysfs/
H A Dlinsysfs.c380 if (dinfo != NULL && dinfo->cfg.baseclass == PCIC_DISPLAY) { in linsysfs_run_bus()
/freebsd/sys/dev/agp/
H A Dagp.c119 if (pci_get_class(dev) == PCIC_DISPLAY in agp_find_display()
H A Dagp_i810.c653 if (pci_get_class(dev) != PCIC_DISPLAY in agp_i810_match()