add asyncRoundtrip feature
The new asyncRoundtrip
feature associates with:
- For async roundtrip:
-
vkSubmitVirtqueueSeqnoMESA(ring, seqno)
=> via vq -
vkWaitVirtqueueSeqnoMESA(seqno)
=> via ring
-
- For async ringwait:
-
vkWaitRingSeqnoMESA(ring, seqno)
=> via vq
-
Related MRs:
- driver: mesa/mesa!21716 (merged)
- renderer: virglrenderer!1056 (merged)
Edited by Yiwei Zhang