Skip to content

backends/drm: guard against the main thread modifying m_commits

Xaver Hugl requested to merge work/cherry-pick-f578483d into Plasma/6.2

The code after sleeping relies on m_commits not being empty, but if the main thread modifies it, that might not be the case

(cherry picked from commit f578483d)

Co-authored-by: Xaver Hugl xaver.hugl@gmail.com

Merge request reports