Re: [PATCH v4 4/5] virtio-gpu: Support asynchronous fencing

2025-01-14 Thread Dmitry Osipenko
On 1/14/25 01:00, Alex Bennée wrote: ... > This needs to be gated on support from virglrenderer: > > /display/virtio-gpu-virgl.c > ../../hw/display/virtio-gpu-virgl.c: In function > ‘virtio_gpu_virgl_process_cmd’: > ../../hw/display/virtio-gpu-virgl.c:980:15: error: implicit declaration of

Re: [PATCH v4 4/5] virtio-gpu: Support asynchronous fencing

2025-01-13 Thread Alex Bennée
Dmitry Osipenko writes: > Support asynchronous fencing feature of virglrenderer. It allows Qemu to > handle fence as soon as it's signalled instead of periodically polling > the fence status. This feature is required for enabling DRM context > support in Qemu because legacy fencing mode isn't sup

[PATCH v4 4/5] virtio-gpu: Support asynchronous fencing

2024-11-10 Thread Dmitry Osipenko
Support asynchronous fencing feature of virglrenderer. It allows Qemu to handle fence as soon as it's signalled instead of periodically polling the fence status. This feature is required for enabling DRM context support in Qemu because legacy fencing mode isn't supported for DRM contexts in virglre