Lines Matching defs:etna_bo
110 struct etna_bo { struct
111 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;
128 uint32_t idx;
130 int reuse;
131 struct list_head list; /* bucket-list entry */
132 time_t free_time; /* time when added to bucket-list */