kwin/autotests/drm
Xaver Hugl 7d02bc17d6 backends/drm: rework how atomic commits are tracked
Pending buffers for drm planes and crtcs are no longer tracked in the planes
and crtcs themselves, but instead in a DrmCommit object that is used as
the user data for the pageflip handler. This way multiple commits can be
pending at the same time without causing conflicts, and the handling of
pending buffers is simplified as well.
2023-07-27 12:30:19 +02:00
..
CMakeLists.txt backends/drm: rework how atomic commits are tracked 2023-07-27 12:30:19 +02:00
drmTest.cpp Don't use QtTest => use QTest + missing include 2023-07-04 10:38:21 +00:00
mock_drm.cpp backends/drm: offload atomic commits to a separate thread 2023-07-26 13:44:36 +02:00
mock_drm.h backends/drm: offload atomic commits to a separate thread 2023-07-26 13:44:36 +02:00