Skip to content

Commit 49b5ff4

Browse files
tomeuvlynxeye-dev
authored andcommitted
drm/etnaviv: add HWDB entry for VIPNano-QI.7120.0055
This is a compute-only module marketed towards AI and vision acceleration. This particular version can be found on the Amlogic A311D SoC. The feature bits are taken from the Khadas downstream kernel driver 6.4.4.3.310723AAA. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
1 parent d801e6f commit 49b5ff4

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

drivers/gpu/drm/etnaviv/etnaviv_hwdb.c

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
165165
.minor_features10 = 0x90044250,
166166
.minor_features11 = 0x00000024,
167167
},
168+
{
169+
.model = 0x8000,
170+
.revision = 0x7120,
171+
.product_id = 0x45080009,
172+
.customer_id = 0x88,
173+
.eco_id = 0,
174+
.stream_count = 8,
175+
.register_max = 64,
176+
.thread_count = 256,
177+
.shader_core_count = 1,
178+
.nn_core_count = 8,
179+
.vertex_cache_size = 16,
180+
.vertex_output_buffer_size = 1024,
181+
.pixel_pipes = 1,
182+
.instruction_count = 512,
183+
.num_constants = 320,
184+
.buffer_size = 0,
185+
.varyings_count = 16,
186+
.features = 0xe0287cac,
187+
.minor_features0 = 0xc1799eff,
188+
.minor_features1 = 0xfefbfadb,
189+
.minor_features2 = 0xeb9d6fbf,
190+
.minor_features3 = 0xedfffced,
191+
.minor_features4 = 0xd30dafc7,
192+
.minor_features5 = 0x7b5ac333,
193+
.minor_features6 = 0xfc8ee200,
194+
.minor_features7 = 0x03fffa6f,
195+
.minor_features8 = 0x00fe0ef0,
196+
.minor_features9 = 0x0088003c,
197+
.minor_features10 = 0x108048c0,
198+
.minor_features11 = 0x00000010,
199+
},
168200
};
169201

170202
bool etnaviv_fill_identity_from_hwdb(struct etnaviv_gpu *gpu)

0 commit comments

Comments
 (0)