Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dvirtio_gpu.h92 VIRTIO_GPU_RESP_ERR_UNSPEC = 0x1200, enumerator
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c201 if (resp->type >= cpu_to_le32(VIRTIO_GPU_RESP_ERR_UNSPEC)) { in virtio_gpu_dequeue_ctrl_func()