[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 09/11] virtio-gpu: Resource UUID
From: |
Dmitry Osipenko |
Subject: |
Re: [PATCH v8 09/11] virtio-gpu: Resource UUID |
Date: |
Tue, 23 Apr 2024 20:43:57 +0300 |
User-agent: |
Mozilla Thunderbird |
On 4/19/24 12:29, Akihiko Odaki wrote:
> On 2024/04/19 4:00, Dmitry Osipenko wrote:
>> From: Antonio Caggiano <antonio.caggiano@collabora.com>
>>
>> Enable resource UUID feature and implement command resource assign UUID.
>> UUID feature availability is mandatory for Vulkan Venus context.
>>
>> UUID is intended for sharing dmabufs between virtio devices on host. Qemu
>> doesn't have second virtio device for sharing, thus a simple stub UUID
>> implementation is enough. More complete implementation using global UUID
>> resource table might become interesting for a multi-gpu cases.
>
> Isn't it possible to add two virtio-gpu devices even now?
We can add two virtio-gpu devices, but these devices can't interact with
each other efficiently. They won't be able to share host blob resources
without proper UUID implementation.
> A new subsection should also be added for migration compatibility; see:
> docs/devel/migration/main.rst
Will update the docs, thanks.
--
Best regards,
Dmitry
- Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing, (continued)
- [PATCH v8 04/11] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled, Dmitry Osipenko, 2024/04/18
- [PATCH v8 05/11] virtio-gpu: Add virgl resource management, Dmitry Osipenko, 2024/04/18
- [PATCH v8 08/11] virtio-gpu: Handle resource blob commands, Dmitry Osipenko, 2024/04/18
- [PATCH v8 10/11] virtio-gpu: Register capsets dynamically, Dmitry Osipenko, 2024/04/18
- [PATCH v8 09/11] virtio-gpu: Resource UUID, Dmitry Osipenko, 2024/04/18
- [PATCH v8 06/11] virtio-gpu: Support blob scanout using dmabuf fd, Dmitry Osipenko, 2024/04/18
- [PATCH v8 11/11] virtio-gpu: Support Venus context, Dmitry Osipenko, 2024/04/18
- Re: [PATCH v8 00/11] Support blob memory and venus on qemu, Alex Bennée, 2024/04/23