-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh rate problems using OpenXR with AMDVLK #268
Comments
Currently, AMDVLK use the vrefresh (approximate vertical refresh rate in Hz) from drm mode info. |
This is my test driver log with local monitor. |
The fix commit has merged into Q3.3, waiting for PAL version bump to 894. |
The fix works with Q4.1 |
Hi,
I initially had a few problems using OpenXR with AMDVLK, and it looks like vkGetDisplayModePropertiesKHR is returning incorrect refresh rate for my HMD (returns 90000 instead of 89530 for 89.53 Hz) when using AMDVLK driver. The RADV driver doesn't have this problem.
The gory details can be found here:
https://gitlab.freedesktop.org/monado/monado/-/issues/147
Bye!
Mark
The text was updated successfully, but these errors were encountered: