aboutsummaryrefslogtreecommitdiff
path: root/hw/display/virtio-gpu-udmabuf.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim1-8/+14
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim1-1/+1
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy1-0/+1
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy1-0/+65
2021-05-27virtio-gpu: Add udmabuf helpersVivek Kasireddy1-0/+158