[Bug 110659] pageflipping seems to cause jittering on mouse input when running Hitman 2 in Wine/DXVK with amdgpu.dc=1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 22 14:44:04 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=110659

--- Comment #39 from Nicholas Kazlauskas <nicholas.kazlauskas at amd.com> ---
Disabling the compositor doesn't make a difference as far as stuttering goes
for Hitman 2's DXVK - I don't see any commits in the log that are lock the
connector and all the planes.

I don't have Oblivion on my machine to test, but I tried running the DX9
version of Heaven under proton and I don't see stuttering or any gamma/color
adjustment commits under that either. No issues with FreeSync when running it
either from what I can tell with vsync both on/off.

Those commits are definitely what's causing your stuttering, but I'm not sure
what's actually creating them. My initial guess was something in the
compatibility layer for DX9 games, but I don't see that on my setup.

Is it only Oblivion that has this issue for you?

I'm not sure how much of this can be a kernel level fix - I think we need to
lock all the planes whenever gamma or color adjustments have been made and that
probably includes the cursor plane as well. If the cursor plane is included
that will block asynchronous cursor updates from occurring until the color
adjustments have been done. This is why the cursor causes stuttering.

A check could potentially be made to not lock all the planes for redundant
color management commits, but I'm not sure if the color adjustments requested
are redundant or not. It could be the case that the application is requesting
different color adjustments every single time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190822/873ced45/attachment.html>


More information about the dri-devel mailing list