Searched refs:PciInfo (Results 1 – 2 of 2) sorted by relevance
946 struct pci_device *PciInfo; in ms_get_drm_master_fd() local948 PciInfo = xf86GetPciInfoForEntity(ms->pEnt->index); in ms_get_drm_master_fd()949 if (PciInfo) { in ms_get_drm_master_fd()950 if ((BusID = ms_DRICreatePCIBusID(PciInfo)) != NULL) { in ms_get_drm_master_fd()
77860 by PciInfo no matter if it's valid or not. Instead of doing this77861 use PciInfo only when it's valid and fall back to the devicename