Home
last modified time | relevance | path

Searched refs:virtio_execbuf (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_bo.c116 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()
Dvirtio_device.c117 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()
Dvirtio_pipe.c62 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()
Dvirtio_priv.h183 int virtio_execbuf(struct fd_device *dev, struct msm_ccmd_req *req, bool sync);