panvk: expose VK_KHR_display
It seems the common WSI code does all that's really needed here for us already. Enabling this lets me run vkmark on PanVK. This is a bit silly, because what actually happens here is that we end up passing -1 as the display_fd to wsi_device_init(). This in turn leads us to returning zero usable displays, which renders the extension somewhat useless. But it is better than not supporting the extension, and not supporting applications who have a hard depdendency on it fail, like is the case with vkmark. Tested-by:Alexandre ARNOUD <aarnoud@me.com> Acked-by:
Daniel Stone <daniels@collabora.com> Part-of: <!33916>
Showing
- docs/features.txt 1 addition, 1 deletiondocs/features.txt
- docs/relnotes/new_features.txt 1 addition, 0 deletionsdocs/relnotes/new_features.txt
- src/panfrost/vulkan/panvk_instance.c 3 additions, 0 deletionssrc/panfrost/vulkan/panvk_instance.c
- src/panfrost/vulkan/panvk_instance.h 2 additions, 1 deletionsrc/panfrost/vulkan/panvk_instance.h
Please register or sign in to comment