ci/radv: Enable WSI testing.
This gets us coverage of present_timing for KHR_display, which we don't have on the older CTS used by the other drivers. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39701>
This commit is contained in:
parent
c332ee5dd6
commit
db532eaf00
13 changed files with 158 additions and 4 deletions
5
.gitlab-ci/all-flakes.txt
Normal file
5
.gitlab-ci/all-flakes.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# wsi_common_display.c doesn't properly hand off the oldSwapchain to the new one,
|
||||
# and you can end up trying to atomic commit before the last present has flipped,
|
||||
# and the kernel throws an error.
|
||||
dEQP-VK.wsi.direct.present_timing.basic.retired_swapchain
|
||||
dEQP-VK.wsi.direct_drm.present_timing.basic.retired_swapchain
|
||||
Loading…
Add table
Add a link
Reference in a new issue