Searched defs:omap_bo (Results 1 – 2 of 2) sorted by relevance
68 struct omap_bo { struct69 struct omap_device *dev;70 void *map; /* userspace mmap'ing (if there is one) */71 uint32_t size;72 uint32_t handle;73 uint32_t name; /* flink global handle (DRI2 name) */74 uint64_t offset; /* offset to mmap() */75 int fd; /* dmabuf handle */76 atomic_t refcnt;
44 struct omap_bo* omap_bo; member