Searched defs:dmabuf (Results 1 – 17 of 17) sorted by relevance
/qemu/ui/ |
H A D | dmabuf.c | 41 QemuDmaBuf *dmabuf; in qemu_dmabuf_new() local 66 void qemu_dmabuf_free(QemuDmaBuf *dmabuf) in qemu_dmabuf_free() 75 const int *qemu_dmabuf_get_fds(QemuDmaBuf *dmabuf, int *nfds) in qemu_dmabuf_get_fds() 86 void qemu_dmabuf_dup_fds(QemuDmaBuf *dmabuf, int *fds, int nfds) in qemu_dmabuf_dup_fds() 98 void qemu_dmabuf_close(QemuDmaBuf *dmabuf) in qemu_dmabuf_close() 112 uint32_t qemu_dmabuf_get_width(QemuDmaBuf *dmabuf) in qemu_dmabuf_get_width() 119 uint32_t qemu_dmabuf_get_height(QemuDmaBuf *dmabuf) in qemu_dmabuf_get_height() 126 const uint32_t *qemu_dmabuf_get_offsets(QemuDmaBuf *dmabuf, int *noffsets) in qemu_dmabuf_get_offsets() 137 const uint32_t *qemu_dmabuf_get_strides(QemuDmaBuf *dmabuf, int *nstrides) in qemu_dmabuf_get_strides() 148 uint32_t qemu_dmabuf_get_num_planes(QemuDmaBuf *dmabuf) in qemu_dmabuf_get_num_planes() [all …]
|
H A D | egl-headless.c | 86 QemuDmaBuf *dmabuf) in egl_scanout_dmabuf() 104 QemuDmaBuf *dmabuf, bool have_hot, in egl_cursor_dmabuf() 126 QemuDmaBuf *dmabuf) in egl_release_dmabuf()
|
H A D | egl-helpers.c | 320 void egl_dmabuf_import_texture(QemuDmaBuf *dmabuf) in egl_dmabuf_import_texture() 416 void egl_dmabuf_release_texture(QemuDmaBuf *dmabuf) in egl_dmabuf_release_texture() 429 void egl_dmabuf_create_sync(QemuDmaBuf *dmabuf) in egl_dmabuf_create_sync() 445 void egl_dmabuf_create_fence(QemuDmaBuf *dmabuf) in egl_dmabuf_create_fence()
|
H A D | gtk-egl.c | 70 QemuDmaBuf *dmabuf = vc->gfx.guest_fb.dmabuf; in gd_egl_draw() local 271 QemuDmaBuf *dmabuf) in gd_egl_scanout_dmabuf() 305 QemuDmaBuf *dmabuf, bool have_hot, in gd_egl_cursor_dmabuf()
|
H A D | gtk-gl-area.c | 43 QemuDmaBuf *dmabuf = vc->gfx.guest_fb.dmabuf; in gd_gl_area_draw() local 341 QemuDmaBuf *dmabuf) in gd_gl_area_scanout_dmabuf()
|
H A D | dbus-listener.c | 293 QemuDmaBuf *dmabuf) in dbus_scanout_dmabuf_v1() 327 QemuDmaBuf *dmabuf) in dbus_scanout_dmabuf_v2() 391 QemuDmaBuf *dmabuf) in dbus_scanout_dmabuf() 625 QemuDmaBuf *dmabuf, bool have_hot, in dbus_cursor_dmabuf() 678 QemuDmaBuf *dmabuf) in dbus_release_dmabuf()
|
H A D | spice-display.c | 996 QemuDmaBuf *dmabuf) in qemu_spice_gl_scanout_dmabuf() 1008 QemuDmaBuf *dmabuf, bool have_hot, in qemu_spice_gl_cursor_dmabuf() 1045 QemuDmaBuf *dmabuf) in qemu_spice_gl_release_dmabuf() 1080 QemuDmaBuf *dmabuf = ssd->guest_dmabuf; in qemu_spice_gl_update() local
|
H A D | console.c | 1051 QemuDmaBuf *dmabuf) in dpy_gl_scanout_dmabuf() 1068 void dpy_gl_cursor_dmabuf(QemuConsole *con, QemuDmaBuf *dmabuf, in dpy_gl_cursor_dmabuf() 1102 QemuDmaBuf *dmabuf) in dpy_gl_release_dmabuf()
|
H A D | dbus-console.c | 111 QemuDmaBuf *dmabuf) in dbus_gl_scanout_dmabuf()
|
H A D | gtk.c | 585 QemuDmaBuf *dmabuf) in gd_gl_release_dmabuf() 600 QemuDmaBuf *dmabuf = vc->gfx.guest_fb.dmabuf; in gd_hw_gl_flushed() local
|
/qemu/hw/vfio/ |
H A D | display.c | 194 static void vfio_display_update_cursor(VFIODMABuf *dmabuf, in vfio_display_update_cursor() 214 VFIODMABuf *dmabuf; in vfio_display_get_dmabuf() local 262 static void vfio_display_free_one_dmabuf(VFIODisplay *dpy, VFIODMABuf *dmabuf) in vfio_display_free_one_dmabuf() 275 VFIODMABuf *dmabuf, *tmp; in vfio_display_free_dmabufs() local 378 VFIODMABuf *dmabuf; in vfio_display_dmabuf_exit() local
|
H A D | vfio-display.h | 39 } dmabuf; member
|
/qemu/hw/display/ |
H A D | virtio-gpu-udmabuf.c | 161 static void virtio_gpu_free_dmabuf(VirtIOGPU *g, VGPUDMABuf *dmabuf) in virtio_gpu_free_dmabuf() 179 VGPUDMABuf *dmabuf; in virtio_gpu_create_dmabuf() local
|
H A D | vhost-user-gpu.c | 256 QemuDmaBuf *dmabuf; in vhost_user_gpu_handle_display() local
|
/qemu/include/ui/ |
H A D | egl-helpers.h | 25 QemuDmaBuf *dmabuf; member
|
H A D | console.h | 198 QemuDmaBuf *dmabuf; member
|
/qemu/include/hw/virtio/ |
H A D | virtio-gpu.h | 215 } dmabuf; member 258 QemuDmaBuf *dmabuf[VIRTIO_GPU_MAX_SCANOUTS]; member
|