Skip to content

backends/drm: optimize cursor moves

Xaver Hugl requested to merge work/zamundaaa/cursor-optimizations into master

Commit 1: cache the current thread, there's no need to look it up each time

Commit 2: wait on the condition variable when a pageflip is still pending, instead of effectively busy looping

BUG: 479126

Edited by Xaver Hugl

Merge request reports