summary refs log tree commit diff stats
path: root/hw/display/virtio-gpu-udmabuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim2023-07-171-6/+6
* virtio-gpu-udmabuf: create udmabuf for blob even when iov_cnt == 1Dongwon Kim2023-06-271-1/+2
* Do not include "qemu/error-report.h" in headers that do not need itThomas Huth2023-02-141-0/+1
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim2021-11-051-8/+14
* ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim2021-11-021-1/+1
* ui: Create sync objects and fences only for blobsVivek Kasireddy2021-09-151-0/+1
* virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy2021-05-271-0/+65
* virtio-gpu: Add udmabuf helpersVivek Kasireddy2021-05-271-0/+158