[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/3] ui/console: initialize QemuDmaBuf in ui/console
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v3 0/3] ui/console: initialize QemuDmaBuf in ui/console |
Date: |
Thu, 21 Mar 2024 11:06:32 +0100 |
Respin of Dongwon v2 split as bisectable changes.
Unfortunately last patch breaks vhost_user_gpu_handle_display.
Should dbus_scanout_texture() use dpy_gl_create_dmabuf()?
Dongwon, you can use it as a base for a v4.
Regards,
Phil.
Dongwon Kim (3):
ui/console: Introduce dpy_gl_dmabuf_get_height/width() helpers
ui/console: Introduce dpy_gl_dmabuf_get_fd() helper
ui/console: Introduce dpy_gl_create_dmabuf() helper
include/hw/vfio/vfio-common.h | 2 +-
include/hw/virtio/virtio-gpu.h | 2 +-
include/ui/console.h | 10 ++++++
hw/display/virtio-gpu-udmabuf.c | 27 +++++++---------
hw/vfio/display.c | 35 ++++++++++++---------
ui/console.c | 55 +++++++++++++++++++++++++++++++++
6 files changed, 98 insertions(+), 33 deletions(-)
--
2.41.0
- [PATCH v3 0/3] ui/console: initialize QemuDmaBuf in ui/console,
Philippe Mathieu-Daudé <=