Searched refs:virtio_execbuf (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_bo.c | 116 ret = virtio_execbuf(bo->dev, &req.hdr, true); in virtio_bo_cpu_prep() 182 virtio_execbuf(bo->dev, &req->hdr, false); in virtio_bo_set_name() 201 virtio_execbuf(bo->dev, &req->hdr, false); in bo_upload() 226 virtio_execbuf(bo->dev, &req.hdr, false); in set_iova()
|
D | virtio_device.c | 117 virtio_execbuf(dev, &req->hdr, false); in set_debuginfo() 332 virtio_execbuf(struct fd_device *dev, struct msm_ccmd_req *req, bool sync) in virtio_execbuf() function 405 int ret = virtio_execbuf(dev, &req->hdr, true); in virtio_simple_ioctl()
|
D | virtio_pipe.c | 62 int ret = virtio_execbuf(pipe->dev, &req.hdr, true); in query_queue_param() 130 ret = virtio_execbuf(pipe->dev, &req.hdr, true); in virtio_pipe_wait()
|
D | virtio_priv.h | 183 int virtio_execbuf(struct fd_device *dev, struct msm_ccmd_req *req, bool sync);
|