summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2022-03-11 13:55:52 -0800
committerEric Engestrom <eric@engestrom.ch>2022-03-18 20:00:46 +0000
commit78b826a2359138e075ed8dd32c8d38489a72fb5e (patch)
tree823838bc030a469a6f97c5d833d8191e84585684 /.gitlab-ci
parentf17ebb138ff48236fd50af69a05328fd505b6828 (diff)
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: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15353> (cherry picked from commit da834a12cf2b334baf5c366c34cbbffb61803650)
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/all-skips.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci/all-skips.txt b/.gitlab-ci/all-skips.txt
index 52a8e87f362..93c900da7ff 100644
--- a/.gitlab-ci/all-skips.txt
+++ b/.gitlab-ci/all-skips.txt
@@ -6,9 +6,6 @@
# reliable to be run in parallel with other tests due to CPU-side timing.
dEQP-GLES[0-9]*.functional.flush_finish.*
-# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4575
-dEQP-VK.wsi.display.get_display_plane_capabilities
-
# piglit: WGL is Windows-only
wgl@.*