Skip to content

device-select-layer use vid/did for boot_vga vulkan 1.0

Yogesh Mohan Marmithu requested to merge yogeshmohan/mesa:boot_vga_id into main

In device select layer EnumeratePhysicalDevices() function pci bus information is available only in case of vulkan >= 1.1. Hence use vid/did to match boot_vga device in case of vulkan 1.0.

Currently device_select_find_boot_vga_Default() is trying to match with bus, device, function that does not get populated in case of vulkan 1.0.

Edited by Yogesh Mohan Marmithu

Merge request reports