@@ -17,6 +17,10 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
17
17
.thread_count = 128 ,
18
18
.shader_core_count = 1 ,
19
19
.nn_core_count = 0 ,
20
+ .nn_mad_per_core = 0 ,
21
+ .tp_core_count = 0 ,
22
+ .on_chip_sram_size = 0 ,
23
+ .axi_sram_size = 0 ,
20
24
.vertex_cache_size = 8 ,
21
25
.vertex_output_buffer_size = 1024 ,
22
26
.pixel_pipes = 1 ,
@@ -48,6 +52,11 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
48
52
.register_max = 64 ,
49
53
.thread_count = 256 ,
50
54
.shader_core_count = 1 ,
55
+ .nn_core_count = 0 ,
56
+ .nn_mad_per_core = 0 ,
57
+ .tp_core_count = 0 ,
58
+ .on_chip_sram_size = 0 ,
59
+ .axi_sram_size = 0 ,
51
60
.vertex_cache_size = 8 ,
52
61
.vertex_output_buffer_size = 512 ,
53
62
.pixel_pipes = 1 ,
@@ -80,6 +89,10 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
80
89
.thread_count = 512 ,
81
90
.shader_core_count = 2 ,
82
91
.nn_core_count = 0 ,
92
+ .nn_mad_per_core = 0 ,
93
+ .tp_core_count = 0 ,
94
+ .on_chip_sram_size = 0 ,
95
+ .axi_sram_size = 0 ,
83
96
.vertex_cache_size = 16 ,
84
97
.vertex_output_buffer_size = 1024 ,
85
98
.pixel_pipes = 1 ,
@@ -112,6 +125,10 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
112
125
.thread_count = 512 ,
113
126
.shader_core_count = 2 ,
114
127
.nn_core_count = 0 ,
128
+ .nn_mad_per_core = 0 ,
129
+ .tp_core_count = 0 ,
130
+ .on_chip_sram_size = 0 ,
131
+ .axi_sram_size = 0 ,
115
132
.vertex_cache_size = 16 ,
116
133
.vertex_output_buffer_size = 1024 ,
117
134
.pixel_pipes = 1 ,
@@ -143,6 +160,11 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
143
160
.register_max = 64 ,
144
161
.thread_count = 512 ,
145
162
.shader_core_count = 2 ,
163
+ .nn_core_count = 0 ,
164
+ .nn_mad_per_core = 0 ,
165
+ .tp_core_count = 0 ,
166
+ .on_chip_sram_size = 0 ,
167
+ .axi_sram_size = 0 ,
146
168
.vertex_cache_size = 16 ,
147
169
.vertex_output_buffer_size = 1024 ,
148
170
.pixel_pipes = 1 ,
@@ -175,6 +197,10 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
175
197
.thread_count = 1024 ,
176
198
.shader_core_count = 4 ,
177
199
.nn_core_count = 0 ,
200
+ .nn_mad_per_core = 0 ,
201
+ .tp_core_count = 0 ,
202
+ .on_chip_sram_size = 0 ,
203
+ .axi_sram_size = 0 ,
178
204
.vertex_cache_size = 16 ,
179
205
.vertex_output_buffer_size = 1024 ,
180
206
.pixel_pipes = 2 ,
@@ -207,6 +233,10 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
207
233
.thread_count = 256 ,
208
234
.shader_core_count = 1 ,
209
235
.nn_core_count = 8 ,
236
+ .nn_mad_per_core = 64 ,
237
+ .tp_core_count = 4 ,
238
+ .on_chip_sram_size = 524288 ,
239
+ .axi_sram_size = 1048576 ,
210
240
.vertex_cache_size = 16 ,
211
241
.vertex_output_buffer_size = 1024 ,
212
242
.pixel_pipes = 1 ,
@@ -239,6 +269,10 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
239
269
.thread_count = 256 ,
240
270
.shader_core_count = 1 ,
241
271
.nn_core_count = 6 ,
272
+ .nn_mad_per_core = 64 ,
273
+ .tp_core_count = 3 ,
274
+ .on_chip_sram_size = 262144 ,
275
+ .axi_sram_size = 0 ,
242
276
.vertex_cache_size = 16 ,
243
277
.vertex_output_buffer_size = 1024 ,
244
278
.pixel_pipes = 1 ,
0 commit comments