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

--- Comment #11 from sher...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to