Home
last modified time | relevance | path

Searched defs:omap_bo (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/omap/
Domap_drm.c73 struct omap_bo { struct
74 struct omap_device *dev;
75 void *map; /* userspace mmap'ing (if there is one) */
76 uint32_t size;
77 uint32_t handle;
78 uint32_t name; /* flink global handle (DRI2 name) */
79 uint64_t offset; /* offset to mmap() */
80 int fd; /* dmabuf handle */
81 atomic_t refcnt;