Re: [PATCH v16 11/13] virtio-gpu: Handle resource blob commands

2024-06-23 Thread Akihiko Odaki
On 2024/06/24 0:23, Dmitry Osipenko wrote: From: Robert Beckett Support BLOB resources creation, mapping, unmapping and set-scanout by calling the new stable virglrenderer 0.10 interface. Only enabled when available and via the blob config. E.g. -device virtio-vga-gl,blob=true Signed-off-by: A

[PATCH v16 11/13] virtio-gpu: Handle resource blob commands

2024-06-23 Thread Dmitry Osipenko
From: Robert Beckett Support BLOB resources creation, mapping, unmapping and set-scanout by calling the new stable virglrenderer 0.10 interface. Only enabled when available and via the blob config. E.g. -device virtio-vga-gl,blob=true Signed-off-by: Antonio Caggiano Signed-off-by: Robert Becket