Lines Matching refs:omap_bo
34 struct omap_bo;
49 struct omap_bo * omap_bo_new(struct omap_device *dev,
51 struct omap_bo * omap_bo_new_tiled(struct omap_device *dev,
53 struct omap_bo * omap_bo_ref(struct omap_bo *bo);
54 struct omap_bo * omap_bo_from_name(struct omap_device *dev, uint32_t name);
55 struct omap_bo * omap_bo_from_dmabuf(struct omap_device *dev, int fd);
56 void omap_bo_del(struct omap_bo *bo);
57 int omap_bo_get_name(struct omap_bo *bo, uint32_t *name);
58 uint32_t omap_bo_handle(struct omap_bo *bo);
59 int omap_bo_dmabuf(struct omap_bo *bo);
60 uint32_t omap_bo_size(struct omap_bo *bo);
61 void * omap_bo_map(struct omap_bo *bo);
62 int omap_bo_cpu_prep(struct omap_bo *bo, enum omap_gem_op op);
63 int omap_bo_cpu_fini(struct omap_bo *bo, enum omap_gem_op op);