Skip to content

Commit a3fcdda

Browse files
Marek VasutChristian Gmeiner
authored andcommitted
drm/etnaviv: add HWDB entry for GC8000 Nano Ultra VIP r6205
This is the GPU/NPU combined device found on the ST STM32MP25 SoC. Feature bits taken from the downstream kernel driver 6.4.21. Signed-off-by: Marek Vasut <marek.vasut@mailbox.org> Acked-by: Christian Gmeiner <cgmeiner@igalia.com> Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Link: https://patch.msgid.link/20250919183042.273687-1-marek.vasut@mailbox.org
1 parent 83cbb4d commit a3fcdda

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
@@ -196,6 +196,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
196196
.minor_features10 = 0x90044250,
197197
.minor_features11 = 0x00000024,
198198
},
199+
{
200+
.model = 0x8000,
201+
.revision = 0x6205,
202+
.product_id = 0x80003,
203+
.customer_id = 0x15,
204+
.eco_id = 0,
205+
.stream_count = 16,
206+
.register_max = 64,
207+
.thread_count = 512,
208+
.shader_core_count = 2,
209+
.nn_core_count = 2,
210+
.vertex_cache_size = 16,
211+
.vertex_output_buffer_size = 1024,
212+
.pixel_pipes = 1,
213+
.instruction_count = 512,
214+
.num_constants = 320,
215+
.buffer_size = 0,
216+
.varyings_count = 16,
217+
.features = 0xe0287c8d,
218+
.minor_features0 = 0xc1799eff,
219+
.minor_features1 = 0xfefbfad9,
220+
.minor_features2 = 0xeb9d4fbf,
221+
.minor_features3 = 0xedfffced,
222+
.minor_features4 = 0xdb0dafc7,
223+
.minor_features5 = 0x7b5ac333,
224+
.minor_features6 = 0xfcce6000,
225+
.minor_features7 = 0x03fbfa6f,
226+
.minor_features8 = 0x00ef0ef0,
227+
.minor_features9 = 0x0eca703c,
228+
.minor_features10 = 0x898048f0,
229+
.minor_features11 = 0x00000034,
230+
},
199231
{
200232
.model = 0x8000,
201233
.revision = 0x7120,

0 commit comments

Comments
 (0)