You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying find the gpu's pci address, I've polled all the handles and found the card, when I execute DevicePathToStr, I get this output: PciRoot(0)/Pci(0x1D,0x0)/Pci(0x0,0x0)
why the bus isn't displayed? how can I find it?
The text was updated successfully, but these errors were encountered:
I have a system with two gpus, one is deactivated.
here are some prints from the os:
I'm trying find the gpu's pci address, I've polled all the handles and found the card, when I execute DevicePathToStr, I get this output:
PciRoot(0)/Pci(0x1D,0x0)/Pci(0x0,0x0)
why the bus isn't displayed? how can I find it?
The text was updated successfully, but these errors were encountered: