Searched defs:etna_bo (Results 1 – 1 of 1) sorted by relevance
110 struct etna_bo { struct111 struct etna_device *dev;112 void *map; /* userspace mmap'ing (if there is one) */113 uint32_t size;114 uint32_t handle;115 uint32_t flags;116 uint32_t name; /* flink global handle (DRI2 name) */117 uint64_t offset; /* offset to mmap() */118 atomic_t refcnt;127 struct etna_cmd_stream *current_stream;[all …]