Re: [PATCH v16 08/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled

2024-06-23 Thread Akihiko Odaki
On 2024/06/24 0:23, Dmitry Osipenko wrote: The udmabuf usage is mandatory when virgl is disabled and blobs feature enabled in the Qemu machine configuration. If virgl and blobs are enabled, then udmabuf requirement is optional. Since udmabuf isn't widely supported by a popular Linux distros today

[PATCH v16 08/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled

2024-06-23 Thread Dmitry Osipenko
The udmabuf usage is mandatory when virgl is disabled and blobs feature enabled in the Qemu machine configuration. If virgl and blobs are enabled, then udmabuf requirement is optional. Since udmabuf isn't widely supported by a popular Linux distros today, let's relax the udmabuf requirement for blo