Home
last modified time | relevance | path

Searched refs:VGPUDMABuf (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c160 static void virtio_gpu_free_dmabuf(VirtIOGPU *g, VGPUDMABuf *dmabuf) in virtio_gpu_free_dmabuf()
171 static VGPUDMABuf
178 VGPUDMABuf *dmabuf; in virtio_gpu_create_dmabuf()
184 dmabuf = g_new0(VGPUDMABuf, 1); in virtio_gpu_create_dmabuf()
202 VGPUDMABuf *new_primary, *old_primary = NULL; in virtio_gpu_update_dmabuf()
/qemu/include/hw/virtio/
H A Dvirtio-gpu.h171 typedef struct VGPUDMABuf { struct
174 QTAILQ_ENTRY(VGPUDMABuf) next; argument
175 } VGPUDMABuf; typedef
210 QTAILQ_HEAD(, VGPUDMABuf) bufs;
211 VGPUDMABuf *primary[VIRTIO_GPU_MAX_SCANOUTS];