All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] virtio-gpu: Blob resources
@ 2022-09-19 13:16 Antonio Caggiano
  2022-09-19 13:16 ` [PATCH v3 1/4] virtio: Add shared memory capability Antonio Caggiano
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Antonio Caggiano @ 2022-09-19 13:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: gert.wollny, dmitry.osipenko

Add shared memory and support blob resource creation, mapping and
unmapping through virglrenderer new stable APIs[0] when available.

[0] https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/891

Antonio Caggiano (1):
  virtio-gpu: Handle resource blob commands

Dmitry Osipenko (1):
  virtio-gpu: Don't require udmabuf when blob support is enabled

Dr. David Alan Gilbert (1):
  virtio: Add shared memory capability

Gerd Hoffmann (1):
  virtio-gpu: hostmem

 hw/display/virtio-gpu-pci.c          |  15 +++
 hw/display/virtio-gpu-virgl.c        | 171 +++++++++++++++++++++++++++
 hw/display/virtio-gpu.c              |  29 ++---
 hw/display/virtio-vga.c              |  33 ++++--
 hw/virtio/virtio-pci.c               |  18 +++
 include/hw/virtio/virtio-gpu-bswap.h |  18 +++
 include/hw/virtio/virtio-gpu.h       |  13 ++
 include/hw/virtio/virtio-pci.h       |   4 +
 meson.build                          |   5 +
 9 files changed, 283 insertions(+), 23 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-19 13:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 13:16 [PATCH v3 0/4] virtio-gpu: Blob resources Antonio Caggiano
2022-09-19 13:16 ` [PATCH v3 1/4] virtio: Add shared memory capability Antonio Caggiano
2022-09-19 13:17 ` [PATCH v3 2/4] virtio-gpu: hostmem Antonio Caggiano
2022-09-19 13:17 ` [PATCH v3 3/4] virtio-gpu: Handle resource blob commands Antonio Caggiano
2022-09-19 13:17 ` [PATCH v3 4/4] virtio-gpu: Don't require udmabuf when blob support is enabled Antonio Caggiano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.