@@ -17,10 +17,6 @@ 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 ,
24
20
.vertex_cache_size = 8 ,
25
21
.vertex_output_buffer_size = 1024 ,
26
22
.pixel_pipes = 1 ,
@@ -52,11 +48,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
52
48
.register_max = 64 ,
53
49
.thread_count = 256 ,
54
50
.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 ,
60
51
.vertex_cache_size = 8 ,
61
52
.vertex_output_buffer_size = 512 ,
62
53
.pixel_pipes = 1 ,
@@ -89,10 +80,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
89
80
.thread_count = 512 ,
90
81
.shader_core_count = 2 ,
91
82
.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 ,
96
83
.vertex_cache_size = 16 ,
97
84
.vertex_output_buffer_size = 1024 ,
98
85
.pixel_pipes = 1 ,
@@ -125,10 +112,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
125
112
.thread_count = 512 ,
126
113
.shader_core_count = 2 ,
127
114
.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 ,
132
115
.vertex_cache_size = 16 ,
133
116
.vertex_output_buffer_size = 1024 ,
134
117
.pixel_pipes = 1 ,
@@ -160,11 +143,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
160
143
.register_max = 64 ,
161
144
.thread_count = 512 ,
162
145
.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 ,
168
146
.vertex_cache_size = 16 ,
169
147
.vertex_output_buffer_size = 1024 ,
170
148
.pixel_pipes = 1 ,
@@ -197,10 +175,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
197
175
.thread_count = 1024 ,
198
176
.shader_core_count = 4 ,
199
177
.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 ,
204
178
.vertex_cache_size = 16 ,
205
179
.vertex_output_buffer_size = 1024 ,
206
180
.pixel_pipes = 2 ,
@@ -233,10 +207,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
233
207
.thread_count = 256 ,
234
208
.shader_core_count = 1 ,
235
209
.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 ,
240
210
.vertex_cache_size = 16 ,
241
211
.vertex_output_buffer_size = 1024 ,
242
212
.pixel_pipes = 1 ,
@@ -269,10 +239,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
269
239
.thread_count = 256 ,
270
240
.shader_core_count = 1 ,
271
241
.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 ,
276
242
.vertex_cache_size = 16 ,
277
243
.vertex_output_buffer_size = 1024 ,
278
244
.pixel_pipes = 1 ,
0 commit comments