Summary: | Commit baa38c14 causes output issues on my VEGA with RADV | ||
---|---|---|---|
Product: | Mesa | Reporter: | Karl <mithrandir> |
Component: | Drivers/Vulkan/radeon | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Tomb Raider
DXVK |
Description
Karl
2018-10-19 09:23:01 UTC
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.