Home
last modified time | relevance | path

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

/third_party/libdrm/etnaviv/
Detnaviv_priv.h91 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;
[all …]
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_priv.h105 struct etna_bo { struct
106 struct etna_device *dev;
107 void *map; /* userspace mmap'ing (if there is one) */
108 uint32_t size;
109 uint32_t handle;
110 uint32_t flags;
111 uint32_t name; /* flink global handle (DRI2 name) */
112 uint32_t va; /* GPU virtual address */
113 int refcnt;
115 int reuse;
[all …]