kwin/plugins/platforms
Vlad Zahorodnii ee3515680a platforms/drm: Make frame scheduling robust
If there is a pending frame, the RenderLoop will delay all schedule
repaint requests to the next vblank event. This means that the render
loop needs to be notified when a frame has been presented or failed.

At the moment, the RenderLoop is notified only about successfully
presented frames. If some frame fails, no repaints will be scheduled
on that output.

In order to make frame scheduling robust, the RenderLoop has to be
notified if a frame has failed.
2021-01-06 16:59:30 +00:00
..
drm platforms/drm: Make frame scheduling robust 2021-01-06 16:59:30 +00:00
fbdev Introduce RenderLoop 2021-01-06 16:59:29 +00:00
virtual Introduce RenderLoop 2021-01-06 16:59:29 +00:00
wayland Introduce RenderLoop 2021-01-06 16:59:29 +00:00
x11 Introduce RenderLoop 2021-01-06 16:59:29 +00:00
CMakeLists.txt Drop hwcomposer backend 2021-01-05 17:38:36 +00:00