Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dvirtio_gpu.h98 VIRTIO_GPU_RESP_ERR_UNSPEC = 0x1200, enumerator
/Linux-v5.10/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c225 if (le32_to_cpu(resp->type) >= VIRTIO_GPU_RESP_ERR_UNSPEC) { in virtio_gpu_dequeue_ctrl_func()