Home
last modified time | relevance | path

Searched refs:omap_bo (Results 1 – 4 of 4) 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.c69 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 *
239 drm_public struct omap_bo *
255 drm_public struct omap_bo *omap_bo_ref(struct omap_bo *bo) in omap_bo_ref()
[all …]
/external/libkmsxx/kms++/src/omap/
Domapframebuffer.cpp65 struct omap_bo* bo; in Create()
122 plane.omap_bo = bo; in Create()
156 omap_bo_del(plane.omap_bo); in Destroy()
170 p.map = (uint8_t*)omap_bo_map(p.omap_bo); in map()
184 int fd = omap_bo_dmabuf(p.omap_bo); in prime_fd()
/external/libkmsxx/kms++/inc/kms++/omap/
Domapframebuffer.h6 struct omap_bo;
44 struct omap_bo* omap_bo; member