Home
last modified time | relevance | path

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

/third_party/libdrm/omap/
H A 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 *b
[all...]
H A Domap_drm.c58 * dmabuf's because we don't want multiple 'struct omap_bo's
61 * valid, and the remaining 'struct omap_bo's are left pointing
69 struct omap_bo { struct
160 static struct omap_bo * lookup_bo(struct omap_device *dev, in lookup_bo()
163 struct omap_bo *bo = NULL; in lookup_bo()
172 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle()
175 struct omap_bo *bo = calloc(sizeof(*bo), 1); in bo_from_handle()
190 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev, in omap_bo_new_impl()
193 struct omap_bo *bo = NULL; in omap_bo_new_impl()
226 drm_public struct omap_bo *
[all...]

Completed in 1 milliseconds