Open slouken opened 2 years ago
The DRM calls to move the mouse block waiting for vsync, so if you're moving the mouse you suddenly get a huge drop in framerate. The fix is to use atomic DRM support if available.
Ryan, can you create a PR for your merged atomic API code?
The DRM calls to move the mouse block waiting for vsync, so if you're moving the mouse you suddenly get a huge drop in framerate. The fix is to use atomic DRM support if available.