<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>On the quest of implementing Vulkan (using V3D (DRM)), I am currently trying to implement things like `_DeviceWaitIdle`.</div>
<div class="signature">
<div> </div>
<div>For devices the current plan is to have an active `v3d_job` together with a collection of available `v3d_job`s similar to Gallium. IIUC the device would then be the owner of these `v3d_job`s. Is `_DeviceWaitIdle` then as easy as waiting for the `bo` of the active `v3d_job` (binner + render) or would I need to wait for all `bo`s in all `v3d_job`s? Or is my approach utterly wrong?</div>
<div> </div>
<div>Cheers</div>
<div>Andreas</div>
</div>
<div style="position: fixed; top: 4px; right: 4px; color: black; background-color: rgb(255, 255, 128); font-family: "Lucida Console", "Courier New", Mono; text-align: right; max-width: 600px; font-size: 80%;"> </div></div></body></html>