Home
last modified time | relevance | path

Searched refs:qemu_dmabuf_new (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/ui/
H A Ddmabuf.h15 QemuDmaBuf *qemu_dmabuf_new(uint32_t width, uint32_t height,
/openbmc/qemu/ui/
H A Ddmabuf.c32 QemuDmaBuf *qemu_dmabuf_new(uint32_t width, uint32_t height, in qemu_dmabuf_new() function
H A Ddbus-listener.c460 dmabuf = qemu_dmabuf_new(w, h, stride, x, y, backing_width, in dbus_scanout_texture()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c185 dmabuf->buf = qemu_dmabuf_new(r->width, r->height, fb->stride, in virtio_gpu_create_dmabuf()
H A Dvhost-user-gpu.c284 dmabuf = qemu_dmabuf_new(m->width, m->height, in vhost_user_gpu_handle_display()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c249 dmabuf->buf = qemu_dmabuf_new(plane.width, plane.height, in vfio_display_get_dmabuf()