Searched refs:msm_ccmd_req (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | msm_proto.h | 84 struct msm_ccmd_req { struct 101 #define MSM_CCMD(_cmd, _len) (struct msm_ccmd_req){ \ argument 110 struct msm_ccmd_req hdr; 119 struct msm_ccmd_req hdr; 124 DEFINE_CAST(msm_ccmd_req, msm_ccmd_ioctl_simple_req) 151 struct msm_ccmd_req hdr; 158 DEFINE_CAST(msm_ccmd_req, msm_ccmd_gem_new_req) 167 struct msm_ccmd_req hdr; 172 DEFINE_CAST(msm_ccmd_req, msm_ccmd_gem_set_iova_req) 184 struct msm_ccmd_req hdr; [all …]
|
D | virtio_priv.h | 178 void *virtio_alloc_rsp(struct fd_device *dev, struct msm_ccmd_req *hdr, uint32_t sz); 179 int virtio_execbuf_fenced(struct fd_device *dev, struct msm_ccmd_req *req, 183 int virtio_execbuf(struct fd_device *dev, struct msm_ccmd_req *req, bool sync); 184 void virtio_host_sync(struct fd_device *dev, const struct msm_ccmd_req *req);
|
D | virtio_device.c | 216 virtio_alloc_rsp(struct fd_device *dev, struct msm_ccmd_req *req, uint32_t sz) in virtio_alloc_rsp() 282 virtio_execbuf_fenced(struct fd_device *dev, struct msm_ccmd_req *req, in virtio_execbuf_fenced() 332 virtio_execbuf(struct fd_device *dev, struct msm_ccmd_req *req, bool sync) in virtio_execbuf() 374 virtio_host_sync(struct fd_device *dev, const struct msm_ccmd_req *req) in virtio_host_sync()
|