Home
last modified time | relevance | path

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

/external/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 …]
/external/mesa3d/src/etnaviv/drm/
Detnaviv_priv.h99 struct etna_bo { struct
100 struct etna_device *dev;
101 void *map; /* userspace mmap'ing (if there is one) */
102 uint32_t size;
103 uint32_t handle;
104 uint32_t flags;
105 uint32_t name; /* flink global handle (DRI2 name) */
106 uint64_t offset; /* offset to mmap() */
107 uint32_t va; /* GPU virtual address */
108 int refcnt;
[all …]