Home
last modified time | relevance | path

Searched refs:VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h84 VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB, enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h84 VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB, enumerator
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c820 case VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB: in virtio_gpu_rutabaga_process_cmd()
H A Dvirtio-gpu-virgl.c940 case VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB: in virtio_gpu_virgl_process_cmd()
H A Dvirtio-gpu.c975 case VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB: in virtio_gpu_simple_process_cmd()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c1254 cmd_p->hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB); in virtio_gpu_cmd_resource_create_blob()