Created attachment 142089 [details] Tomb Raider With commit https://gitlab.freedesktop.org/mesa/mesa/commit/baa38c144f6ab544bccabff3739631bab33e4cd7 the frame outbut is glitched on my VEGA56
Created attachment 142090 [details] DXVK
Same here with wine/dxvk/radv on tonga. The fps seems unaffected, but it looks like every n'th displayed frame is an older one. Reverting the commit on master fixes the issue.
Are any of you using a different GPU to display vs running the game? (e.g. prime)
Not here, just one gpu and one display
Okay it looks like this fails for radv, because the wsi gets initialized before the PCI bus info. This should be fixed by https://lists.freedesktop.org/archives/mesa-dev/2018-October/207311.html (sorry, no patchwork link as patchwork seems to be down for me)
Fixed: commit 68c7833540fabea3d7af8eb470522e6403354e20 Author: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Date: Fri Oct 19 11:51:47 2018 +0200 radv: Fix WSI & PCI bus info initialization order. Trying to access the bus info before it is initialized is not going to work. Fixes: baa38c144f6 "vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108491 Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Tested-by: Andre Heider <a.heider@gmail.com>
Thanks for the quick fix
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.