Skip to content

loader: Avoid enumerating drm devices just to get and fd's PCI ID.

Emma Anholt requested to merge anholt/mesa:loader-pci into main

Cuts 1/3 of the runtime of the VA-API unit tests (which do a separate pipe-loader init per test) on radeonsi on my system by not faffing around in sysfs so much.

Merge request reports