Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dvhost-user-gpu.c92 typedef struct VhostUserGpuMsg { struct
108 } QEMU_PACKED VhostUserGpuMsg; argument
110 static VhostUserGpuMsg m __attribute__ ((unused));
122 vhost_user_gpu_handle_cursor(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_cursor()
152 vhost_user_gpu_send_msg(VhostUserGPU *g, const VhostUserGpuMsg *msg) in vhost_user_gpu_send_msg()
161 VhostUserGpuMsg msg = { in vhost_user_gpu_unblock()
170 vhost_user_gpu_handle_display(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_display()
177 VhostUserGpuMsg reply = { in vhost_user_gpu_handle_display()
195 VhostUserGpuMsg reply = { in vhost_user_gpu_handle_display()
211 VhostUserGpuMsg reply = { in vhost_user_gpu_handle_display()
[all …]
/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h97 typedef struct VhostUserGpuMsg { struct
113 } QEMU_PACKED VhostUserGpuMsg; argument
115 static VhostUserGpuMsg m __attribute__ ((unused));
197 void vg_send_msg(VuGpu *g, const VhostUserGpuMsg *msg, int fd);
H A Dvhost-user-gpu.c293 VhostUserGpuMsg msg = { in vg_get_display_info()
337 VhostUserGpuMsg msg = { in vg_get_edid()
428 VhostUserGpuMsg msg = { in vg_disable_scanout()
716 VhostUserGpuMsg msg = { in vg_set_scanout()
737 VhostUserGpuMsg msg = { in vg_set_scanout()
807 VhostUserGpuMsg vmsg = { in vg_resource_flush()
968 VhostUserGpuMsg msg = { in vg_process_cursor_cmd()
983 VhostUserGpuMsg msg = { in vg_process_cursor_cmd()
1077 VhostUserGpuMsg msg = { in protocol_features_cb()
1088 msg = (VhostUserGpuMsg) { in protocol_features_cb()
[all …]
H A Dvirgl.c389 VhostUserGpuMsg msg = { in virgl_cmd_set_scanout()
418 VhostUserGpuMsg msg = { in virgl_cmd_set_scanout()
447 VhostUserGpuMsg msg = { in virgl_cmd_resource_flush()
/qemu/docs/interop/
H A Dvhost-user-gpu.rst157 typedef struct VhostUserGpuMsg {
172 } QEMU_PACKED VhostUserGpuMsg;