Searched refs:PCIC_DISPLAY (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/usr.sbin/pciconf/ |
| HD | pciconf.c | 634 {PCIC_DISPLAY, -1, "display"}, 635 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"}, 636 {PCIC_DISPLAY, PCIS_DISPLAY_XGA, "XGA"}, 637 {PCIC_DISPLAY, PCIS_DISPLAY_3D, "3D"},
|
| /NextBSD/sys/dev/pci/ |
| HD | vga_pci.c | 87 if ((pci_get_class(dev) != PCIC_DISPLAY && in vga_pci_is_boot_display() 241 case PCIC_DISPLAY: in vga_pci_probe()
|
| HD | pcireg.h | 344 #define PCIC_DISPLAY 0x03 macro
|
| HD | pci.c | 3885 case PCIC_DISPLAY: in pci_resume() 3896 case PCIC_DISPLAY: in pci_resume() 4170 {PCIC_DISPLAY, -1, 1, "display"}, 4171 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, 1, "VGA"}, 4172 {PCIC_DISPLAY, PCIS_DISPLAY_XGA, 1, "XGA"}, 4173 {PCIC_DISPLAY, PCIS_DISPLAY_3D, 1, "3D"}, 5415 if (cls == PCIC_DISPLAY || cls == PCIC_MEMORY || in pci_cfg_save()
|
| /NextBSD/sys/dev/drm2/ |
| HD | drm_os_freebsd.c | 98 if (pci_get_class(kdev) != PCIC_DISPLAY || in drm_probe_helper()
|
| /NextBSD/sys/dev/fb/ |
| HD | s3_pci.c | 447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) || in s3pci_probe()
|
| HD | machfb.c | 1139 if (pci_get_class(dev) != PCIC_DISPLAY || in machfb_pci_probe()
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_bios.c | 208 if ((dev = pci_find_class(PCIC_DISPLAY, PCIS_DISPLAY_VGA)) != NULL) {
|
| /NextBSD/sys/dev/agp/ |
| HD | agp.c | 119 if (pci_get_class(dev) == PCIC_DISPLAY in agp_find_display()
|
| HD | agp_i810.c | 809 if (pci_get_class(dev) != PCIC_DISPLAY in agp_i810_match()
|
| /NextBSD/sys/dev/drm/ |
| HD | drm_drv.c | 167 if (pci_get_class(kdev) != PCIC_DISPLAY in drm_probe()
|