@@ -17,10 +17,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
1717 .thread_count = 128 ,
1818 .shader_core_count = 1 ,
1919 .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 ,
2420 .vertex_cache_size = 8 ,
2521 .vertex_output_buffer_size = 1024 ,
2622 .pixel_pipes = 1 ,
@@ -52,11 +48,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
5248 .register_max = 64 ,
5349 .thread_count = 256 ,
5450 .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 ,
6051 .vertex_cache_size = 8 ,
6152 .vertex_output_buffer_size = 512 ,
6253 .pixel_pipes = 1 ,
@@ -89,10 +80,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
8980 .thread_count = 512 ,
9081 .shader_core_count = 2 ,
9182 .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 ,
9683 .vertex_cache_size = 16 ,
9784 .vertex_output_buffer_size = 1024 ,
9885 .pixel_pipes = 1 ,
@@ -125,10 +112,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
125112 .thread_count = 512 ,
126113 .shader_core_count = 2 ,
127114 .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 ,
132115 .vertex_cache_size = 16 ,
133116 .vertex_output_buffer_size = 1024 ,
134117 .pixel_pipes = 1 ,
@@ -160,11 +143,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
160143 .register_max = 64 ,
161144 .thread_count = 512 ,
162145 .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 ,
168146 .vertex_cache_size = 16 ,
169147 .vertex_output_buffer_size = 1024 ,
170148 .pixel_pipes = 1 ,
@@ -197,10 +175,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
197175 .thread_count = 1024 ,
198176 .shader_core_count = 4 ,
199177 .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 ,
204178 .vertex_cache_size = 16 ,
205179 .vertex_output_buffer_size = 1024 ,
206180 .pixel_pipes = 2 ,
@@ -233,10 +207,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
233207 .thread_count = 256 ,
234208 .shader_core_count = 1 ,
235209 .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 ,
240210 .vertex_cache_size = 16 ,
241211 .vertex_output_buffer_size = 1024 ,
242212 .pixel_pipes = 1 ,
@@ -269,10 +239,6 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
269239 .thread_count = 256 ,
270240 .shader_core_count = 1 ,
271241 .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 ,
276242 .vertex_cache_size = 16 ,
277243 .vertex_output_buffer_size = 1024 ,
278244 .pixel_pipes = 1 ,
0 commit comments