Lines Matching defs:etna_bo
91 struct etna_bo { struct
92 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;
109 uint32_t idx;
111 int reuse;
112 struct list_head list; /* bucket-list entry */
113 time_t free_time; /* time when added to bucket-list */