Re: [PATCH] virtio-gpu: support context init multiple timeline

2025-05-18 Thread BALATON Zoltan
On Sat, 17 May 2025, Yiwei Zhang wrote: Venus and later native contexts have their own fence context along with multiple timelines within. Fences wtih VIRTIO_GPU_FLAG_INFO_RING_IDX in the flags must be dispatched to be created on the target context. Fence signaling also has to be handled on the s

[PATCH] virtio-gpu: support context init multiple timeline

2025-05-18 Thread Yiwei Zhang
Venus and later native contexts have their own fence context along with multiple timelines within. Fences wtih VIRTIO_GPU_FLAG_INFO_RING_IDX in the flags must be dispatched to be created on the target context. Fence signaling also has to be handled on the specific timeline within that target contex