Hi,
I guess you need to also update virtio_gpu_fence_event_process() then? It currently has the strict ordering logic baked in ...
The update to virtio_gpu_fence_event_process was done as a preparation a few months back:
https://cgit.freedesktop.org/drm/drm-misc/commit/drivers/gpu/drm/virtio/virt...
Ah, ok, missed the detail that the context check is already there.
thanks, Gerd