Searched refs:PCIC_DISPLAY (Results 1 – 12 of 12) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_passthru_quirks.c | 30 if (class != PCIC_DISPLAY) in nvidia_gpu_probe()
|
| H A D | pci_fbuf.c | 402 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY); in pci_fbuf_init()
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 674 {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 D | vga_pci.c | 87 if ((pci_get_class(dev) != PCIC_DISPLAY && in vga_pci_is_boot_display() 348 case PCIC_DISPLAY: in vga_pci_probe()
|
| H A D | pcireg.h | 369 #define PCIC_DISPLAY 0x03 macro
|
| H A D | pci.c | 4759 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 D | drm_os_freebsd.c | 113 if (pci_get_class(kdev) != PCIC_DISPLAY || in drm_probe_helper()
|
| /freebsd/sys/dev/fb/ |
| H A D | s3_pci.c | 447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) || in s3pci_probe()
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | pci_gvt-d.c | 224 if (class != PCIC_DISPLAY) in gvt_d_probe()
|
| /freebsd/sys/compat/linsysfs/ |
| H A D | linsysfs.c | 380 if (dinfo != NULL && dinfo->cfg.baseclass == PCIC_DISPLAY) { in linsysfs_run_bus()
|
| /freebsd/sys/dev/agp/ |
| H A D | agp.c | 119 if (pci_get_class(dev) == PCIC_DISPLAY in agp_find_display()
|
| H A D | agp_i810.c | 653 if (pci_get_class(dev) != PCIC_DISPLAY in agp_i810_match()
|