Home
last modified time | relevance | path

Searched refs:qemu_dmabuf_free (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/ui/
H A Ddmabuf.h21 void qemu_dmabuf_free(QemuDmaBuf *dmabuf);
23 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QemuDmaBuf, qemu_dmabuf_free);
/openbmc/qemu/ui/
H A Ddmabuf.c59 void qemu_dmabuf_free(QemuDmaBuf *dmabuf) in qemu_dmabuf_free() function
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c166 g_clear_pointer(&dmabuf->buf, qemu_dmabuf_free); in virtio_gpu_free_dmabuf()
H A Dvhost-user-gpu.c270 g_clear_pointer(&dmabuf, qemu_dmabuf_free); in vhost_user_gpu_handle_display()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c268 g_clear_pointer(&dmabuf->buf, qemu_dmabuf_free); in vfio_display_free_one_dmabuf()