Skip to content
Snippets Groups Projects
Commit 78b826a2 authored by Emma Anholt's avatar Emma Anholt Committed by Eric Engestrom
Browse files

vulkan: Make sure we've loaded our connectors when querying plane props.


If you hadn't already called wsi_GetPhysicalDeviceDisplayProperties2KHR or
wsi_GetDrmDisplayEXT before calling
GetPhysicalDeviceDisplayPlaneProperties2KHR, then the connectors list
wouldn't be populated and you'd get no plane properties.  Fixes failure of
dEQP-VK.wsi.display.get_display_plane_capabilities when run on its own.

Fixes: #4575
Cc: mesa-stable
Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
Part-of: <!15353>
(cherry picked from commit da834a12)
parent f17ebb13
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment