Home
last modified time | relevance | path

Searched refs:VuGpu (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h131 typedef struct VuGpu { struct
149 } VuGpu; argument
178 void vg_ctrl_response(VuGpu *g,
183 void vg_ctrl_response_nodata(VuGpu *g,
187 int vg_create_mapping_iov(VuGpu *g,
191 void vg_cleanup_mapping_iov(VuGpu *g, struct iovec *iov, uint32_t count);
192 void vg_get_display_info(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd);
193 void vg_get_edid(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd);
195 void vg_wait_ok(VuGpu *g);
197 void vg_send_msg(VuGpu *g, const VhostUserGpuMsg *msg, int fd);
[all …]
H A Dvirgl.c22 vg_virgl_update_cursor_data(VuGpu *g, uint32_t resource_id, in vg_virgl_update_cursor_data()
38 virgl_cmd_context_create(VuGpu *g, in virgl_cmd_context_create()
50 virgl_cmd_context_destroy(VuGpu *g, in virgl_cmd_context_destroy()
61 virgl_cmd_create_resource_2d(VuGpu *g, in virgl_cmd_create_resource_2d()
84 virgl_cmd_create_resource_3d(VuGpu *g, in virgl_cmd_create_resource_3d()
107 virgl_cmd_resource_unref(VuGpu *g, in virgl_cmd_resource_unref()
131 virgl_cmd_get_capset_info(VuGpu *g, in virgl_cmd_get_capset_info()
170 virgl_cmd_get_capset(VuGpu *g, in virgl_cmd_get_capset()
196 virgl_cmd_submit_3d(VuGpu *g, in virgl_cmd_submit_3d()
221 virgl_cmd_transfer_to_host_2d(VuGpu *g, in virgl_cmd_transfer_to_host_2d()
[all …]
H A Dvhost-user-gpu.c52 static void vg_cleanup_mapping(VuGpu *g,
111 vg_sock_fd_close(VuGpu *g) in vg_sock_fd_close()
122 VuGpu *g = user_data; in source_wait_cb()
136 vg_wait_ok(VuGpu *g) in vg_wait_ok()
182 vg_send_msg(VuGpu *vg, const VhostUserGpuMsg *msg, int fd) in vg_send_msg()
191 vg_recv_msg(VuGpu *g, uint32_t expect_req, uint32_t expect_size, in vg_recv_msg()
218 virtio_gpu_find_resource(VuGpu *g, uint32_t resource_id) in virtio_gpu_find_resource()
231 vg_ctrl_response(VuGpu *g, in vg_ctrl_response()
255 vg_ctrl_response_nodata(VuGpu *g, in vg_ctrl_response_nodata()
271 VuGpu *vg = user_data; in get_display_info_cb()
[all …]
H A Dvirgl.h20 bool vg_virgl_init(VuGpu *g);
22 void vg_virgl_process_cmd(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd);
23 void vg_virgl_update_cursor_data(VuGpu *g, uint32_t resource_id,