device_selection: function to get device's PCI string
Since we already have all data on devices because of the selection API we can add a helpers to get that PCI string for a given card, which would help @tursulin with the PMU tests:
So I am thinking something like
igt_device_get_pci_string()
could work forlib/igt_perf.c/i915_type_id()
.