Searched defs:etna_bo (Results 1 – 1 of 1) sorted by relevance
91 struct etna_bo { struct92 struct etna_device *dev;93 void *map; /* userspace mmap'ing (if there is one) */94 uint32_t size;95 uint32_t handle;96 uint32_t flags;97 uint32_t name; /* flink global handle (DRI2 name) */98 uint64_t offset; /* offset to mmap() */99 atomic_t refcnt;108 struct etna_cmd_stream *current_stream;[all …]