Skip to content

asahi: Fix hangs waiting on the notification queue

Alyssa Rosenzweig requested to merge asahi/mesa:nq into main

Dequeue and WaitForAvailableData can race. Restructure the loop to avoid this. Fixes all timeouts in dEQP.

Cc @asahilina

Merge request reports