mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-05 12:30:40 +02:00
In function fill_drm_device_info(), struct ext_pci_properties is filled only if has_vulkan11 is true. But the data received from ext_pci_properties is used without checking for has_vulkan11. Fixing this by setting drm_device->has_bus_info also if has_vulkan11 is true. This fix will help in case of nonidentical gpu being used and xcb_surface extension enabled. Signed-off-by: Yogesh Mohanmarimuthu <yogesh.mohanmarimuthu@amd.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12816> |
||
|---|---|---|
| .. | ||
| device_select.h | ||
| device_select_layer.c | ||
| device_select_wayland.c | ||
| device_select_x11.c | ||
| meson.build | ||
| VkLayer_MESA_device_select.json | ||