Searched refs:PCIC_DISPLAY (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/usr.sbin/pciconf/ |
| HD | 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-13-stable/usr.sbin/bhyve/ |
| HD | pci_gvt-d.c | 57 if (class != PCIC_DISPLAY) in gvt_d_probe()
|
| HD | pci_fbuf.c | 387 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY); in pci_fbuf_init()
|
| /freebsd-13-stable/sys/dev/pci/ |
| HD | vga_pci.c | 87 if ((pci_get_class(dev) != PCIC_DISPLAY && in vga_pci_is_boot_display() 351 case PCIC_DISPLAY: in vga_pci_probe()
|
| HD | pcireg.h | 369 #define PCIC_DISPLAY 0x03 macro
|
| HD | pci.c | 4685 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/ |
| HD | drm_os_freebsd.c | 115 if (pci_get_class(kdev) != PCIC_DISPLAY || in drm_probe_helper()
|
| /freebsd-13-stable/sys/dev/fb/ |
| HD | s3_pci.c | 447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) || in s3pci_probe()
|
| /freebsd-13-stable/sys/compat/linsysfs/ |
| HD | linsysfs.c | 520 if (dinfo != NULL && dinfo->cfg.baseclass == PCIC_DISPLAY) { in linsysfs_run_bus()
|
| /freebsd-13-stable/sys/dev/agp/ |
| HD | agp.c | 118 if (pci_get_class(dev) == PCIC_DISPLAY in agp_find_display()
|
| HD | agp_i810.c | 653 if (pci_get_class(dev) != PCIC_DISPLAY in agp_i810_match()
|