Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h130 #define VIRTIO_GPU_FLAG_FENCE (1 << 0) macro
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c563 if (!(cmd->cmd_hdr.flags & VIRTIO_GPU_FLAG_FENCE)) { in vg_virgl_process_cmd()
H A Dvhost-user-gpu.c238 if (cmd->cmd_hdr.flags & VIRTIO_GPU_FLAG_FENCE) { in vg_ctrl_response()
239 resp->flags |= VIRTIO_GPU_FLAG_FENCE; in vg_ctrl_response()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c843 if (!(cmd->cmd_hdr.flags & VIRTIO_GPU_FLAG_FENCE)) { in virtio_gpu_rutabaga_process_cmd()