Home
last modified time | relevance | path

Searched refs:VhostUserGpuUpdate (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h66 typedef struct VhostUserGpuUpdate { struct
73 } QEMU_PACKED VhostUserGpuUpdate; argument
105 VhostUserGpuUpdate update;
H A Dvhost-user-gpu.c809 .size = sizeof(VhostUserGpuUpdate), in vg_resource_flush()
810 .payload.update = (VhostUserGpuUpdate) { in vg_resource_flush()
826 sizeof(VhostUserGpuUpdate) + size); in vg_resource_flush()
829 msg->size = sizeof(VhostUserGpuUpdate) + size; in vg_resource_flush()
830 msg->payload.update = (VhostUserGpuUpdate) { in vg_resource_flush()
H A Dvirgl.c449 .size = sizeof(VhostUserGpuUpdate), in virgl_cmd_resource_flush()
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst96 VhostUserGpuUpdate subsection
165 VhostUserGpuUpdate update;
244 :request payload: ``VhostUserGpuUpdate``
262 :request payload: ``VhostUserGpuUpdate``
266 region from ``VhostUserGpuUpdate``.
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c61 typedef struct VhostUserGpuUpdate { struct
68 } QEMU_PACKED VhostUserGpuUpdate; typedef
100 VhostUserGpuUpdate update;
296 VhostUserGpuUpdate *m = &msg->payload.update; in vhost_user_gpu_handle_display()
317 VhostUserGpuUpdate *m = &msg->payload.update; in vhost_user_gpu_handle_display()