Home
last modified time | relevance | path

Searched refs:omap_bo (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/omap/
Domap_drmif.h34 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);
[all …]
Domap_drm.c73 struct omap_bo { struct
164 static struct omap_bo * lookup_bo(struct omap_device *dev, in lookup_bo()
167 struct omap_bo *bo = NULL; in lookup_bo()
176 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle()
179 struct omap_bo *bo = calloc(sizeof(*bo), 1); in bo_from_handle()
197 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev, in omap_bo_new_impl()
200 struct omap_bo *bo = NULL; in omap_bo_new_impl()
233 struct omap_bo *
246 struct omap_bo *
262 struct omap_bo *omap_bo_ref(struct omap_bo *bo) in omap_bo_ref()
[all …]