Searched refs:qemu_dmabuf_new (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | dmabuf.h | 15 QemuDmaBuf *qemu_dmabuf_new(uint32_t width, uint32_t height,
|
/openbmc/qemu/ui/ |
H A D | dmabuf.c | 32 QemuDmaBuf *qemu_dmabuf_new(uint32_t width, uint32_t height, in qemu_dmabuf_new() function
|
H A D | dbus-listener.c | 460 dmabuf = qemu_dmabuf_new(w, h, stride, x, y, backing_width, in dbus_scanout_texture()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-udmabuf.c | 185 dmabuf->buf = qemu_dmabuf_new(r->width, r->height, fb->stride, in virtio_gpu_create_dmabuf()
|
H A D | vhost-user-gpu.c | 284 dmabuf = qemu_dmabuf_new(m->width, m->height, in vhost_user_gpu_handle_display()
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 249 dmabuf->buf = qemu_dmabuf_new(plane.width, plane.height, in vfio_display_get_dmabuf()
|