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