Lines Matching refs:fd_bo
44 struct fd_bo;
120 struct fd_bo * fd_bo_new(struct fd_device *dev,
122 struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe,
124 struct fd_bo *fd_bo_from_handle(struct fd_device *dev,
126 struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name);
127 struct fd_bo * fd_bo_from_dmabuf(struct fd_device *dev, int fd);
128 uint64_t fd_bo_get_iova(struct fd_bo *bo);
129 void fd_bo_put_iova(struct fd_bo *bo);
130 struct fd_bo * fd_bo_ref(struct fd_bo *bo);
131 void fd_bo_del(struct fd_bo *bo);
132 int fd_bo_get_name(struct fd_bo *bo, uint32_t *name);
133 uint32_t fd_bo_handle(struct fd_bo *bo);
134 int fd_bo_dmabuf(struct fd_bo *bo);
135 uint32_t fd_bo_size(struct fd_bo *bo);
136 void * fd_bo_map(struct fd_bo *bo);
137 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
138 void fd_bo_cpu_fini(struct fd_bo *bo);