Searched refs:VGPUDMABuf (Results 1 – 2 of 2) sorted by relevance
160 static void virtio_gpu_free_dmabuf(VirtIOGPU *g, VGPUDMABuf *dmabuf) in virtio_gpu_free_dmabuf()171 static VGPUDMABuf178 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()
171 typedef struct VGPUDMABuf { struct174 QTAILQ_ENTRY(VGPUDMABuf) next; argument175 } VGPUDMABuf; typedef211 QTAILQ_HEAD(, VGPUDMABuf) bufs;212 VGPUDMABuf *primary[VIRTIO_GPU_MAX_SCANOUTS];