https://bugs.kde.org/show_bug.cgi?id=452119
--- Comment #71 from Zamundaaa <xaver.h...@gmail.com> --- Git commit 4ad5670ddfcd7400c8b84c12cbf8bd97a0590f43 by Xaver Hugl. Committed on 07/12/2023 at 14:17. Pushed by zamundaaa into branch 'master'. backends/drm: set dma-fence deadlines if available This tells the kernel when a buffer should be done rendering, which allows it to for example increase GPU clocks in order to hopefully hit our deadlines. That in turn should reduce the amount of dropped frames M +27 -10 src/backends/drm/drm_buffer.cpp M +3 -0 src/backends/drm/drm_buffer.h M +9 -0 src/backends/drm/drm_commit.cpp M +1 -0 src/backends/drm/drm_commit.h M +1 -0 src/backends/drm/drm_commit_thread.cpp https://invent.kde.org/plasma/kwin/-/commit/4ad5670ddfcd7400c8b84c12cbf8bd97a0590f43 -- You are receiving this mail because: You are watching all bug changes.