Lines Matching refs:fd_bo
44 struct fd_bo;
115 struct fd_bo * fd_bo_new(struct fd_device *dev,
117 struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe,
119 struct fd_bo *fd_bo_from_handle(struct fd_device *dev,
121 struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name);
122 struct fd_bo * fd_bo_from_dmabuf(struct fd_device *dev, int fd);
123 struct fd_bo * fd_bo_ref(struct fd_bo *bo);
124 void fd_bo_del(struct fd_bo *bo);
125 int fd_bo_get_name(struct fd_bo *bo, uint32_t *name);
126 uint32_t fd_bo_handle(struct fd_bo *bo);
127 int fd_bo_dmabuf(struct fd_bo *bo);
128 uint32_t fd_bo_size(struct fd_bo *bo);
129 void * fd_bo_map(struct fd_bo *bo);
130 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
131 void fd_bo_cpu_fini(struct fd_bo *bo);