Skip to content

backends/drm: guard against the main thread modifying m_commits

Xaver Hugl requested to merge work/zamundaaa/waitIdle-crash into master

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

Merge request reports