Home
last modified time | relevance | path

Searched refs:VIRTIO_GPU_RESP_ERR_UNSPEC (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c310 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_unref()
344 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_context_create()
561 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_resource_attach_backing()
705 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_create_blob()
723 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_create_blob()
733 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_create_blob()
766 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_map_blob()
797 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_unmap_blob()
850 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_set_scanout_blob()
954 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_virgl_process_cmd()
H A Dvirtio-gpu.c151 *error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_find_check_resource()
356 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_resource_create_blob()
928 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_resource_attach_backing()
935 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_resource_attach_backing()
1008 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_simple_process_cmd()
H A Dvirtio-gpu-rutabaga.c21 (cmd)->error = VIRTIO_GPU_RESP_ERR_UNSPEC; \
830 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_rutabaga_process_cmd()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h113 VIRTIO_GPU_RESP_ERR_UNSPEC = 0x1200, enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h113 VIRTIO_GPU_RESP_ERR_UNSPEC = 0x1200, enumerator
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c291 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_resource_attach_backing()
548 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in vg_virgl_process_cmd()
H A Dvhost-user-gpu.c543 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in vg_resource_attach_backing()
549 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in vg_resource_attach_backing()
892 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in vg_process_cmd()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c221 if (le32_to_cpu(resp->type) >= VIRTIO_GPU_RESP_ERR_UNSPEC) { in virtio_gpu_dequeue_ctrl_func()