Searched refs:DRM_BUS_PCI (Results 1 – 6 of 6) sorted by relevance
3454 { "/pci", DRM_BUS_PCI }, in get_subsystem_type()3503 return DRM_BUS_PCI; in drmParseSubsystemType()3654 case DRM_BUS_PCI: in drmDevicesEqual()3970 dev->bustype = DRM_BUS_PCI; in drmProcessPciDevice()4352 case DRM_BUS_PCI: in process_device()4476 if (subsystem_type != DRM_BUS_PCI) in drmGetDevice2()
821 #define DRM_BUS_PCI 0 macro
840 #define DRM_BUS_PCI 0 macro
1453 if (drmGetDevice(info->fd, &dev) || dev->bustype != DRM_BUS_PCI) { in dri2_probe_driver_name()