[Mesa-dev] [Bug 106187] Vulkan apps run on secondary GPU on multi-GPU system

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 6 14:53:16 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=106187

--- Comment #11 from sherwin at amiran.us ---
I have the same problem using DXVK, and there is a similar bug report on
vkmark:
https://github.com/vkmark/vkmark/issues/10

It seems that there is something in the RADV driver that causes GPUs to
enumerate in reverse order as they appear on the PCIe bus.

The simplest fix that would apply to most applications would be such that
sorting of devices presented by the driver should be in the same order as
enumeration on the PCIe bus, which should respect slot number and be pretty
straightforward (if requiring a small hardware modification) for the user to
manage.

It would be even awesome-r if the device name presented could include a unique
number (preferably PCIe slot number, if not just a unique number generated when
enumerated), so that programs that presented the user with a selection could
allow for some clarity when choosing.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180806/915acae8/attachment.html>


More information about the mesa-dev mailing list