HomeSort by relevance Sort by last modified time
    Searched defs:omap_bo (Results 1 - 2 of 2) sorted by null

  /external/libkmsxx/kms++/inc/kms++/omap/
omapframebuffer.h 6 struct omap_bo;
45 struct omap_bo* omap_bo; member in struct:kms::OmapFramebuffer::FramebufferPlane
  /external/libdrm/omap/
omap_drm.c 58 * 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,
163 struct omap_bo *bo = NULL;
172 static struct omap_bo * bo_from_handle(struct omap_device *dev,
175 struct omap_bo *bo = calloc(sizeof(*bo), 1);
193 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev,
196 struct omap_bo *bo = NULL;
229 struct omap_bo *
    [all...]

Completed in 699 milliseconds