Skip to content

Commit 81372e4

Browse files
committed
drm/etnaviv: add HWDB entry for VIP8000 Nano r8002
This is the NPU found on the NXP i.MX8MP SoC. Feature bits taken from the downstream kernel driver 6.4.3.p4.4. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
1 parent 20faf20 commit 81372e4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

drivers/gpu/drm/etnaviv/etnaviv_hwdb.c

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
197197
.minor_features10 = 0x108048c0,
198198
.minor_features11 = 0x00000010,
199199
},
200+
{
201+
.model = 0x8000,
202+
.revision = 0x8002,
203+
.product_id = 0x5080009,
204+
.customer_id = 0x9f,
205+
.eco_id = 0x6000000,
206+
.stream_count = 8,
207+
.register_max = 64,
208+
.thread_count = 256,
209+
.shader_core_count = 1,
210+
.nn_core_count = 6,
211+
.vertex_cache_size = 16,
212+
.vertex_output_buffer_size = 1024,
213+
.pixel_pipes = 1,
214+
.instruction_count = 512,
215+
.num_constants = 320,
216+
.buffer_size = 0,
217+
.varyings_count = 16,
218+
.features = 0xe0287cac,
219+
.minor_features0 = 0xc1799eff,
220+
.minor_features1 = 0xfefbfadb,
221+
.minor_features2 = 0xeb9d6fbf,
222+
.minor_features3 = 0xedfffced,
223+
.minor_features4 = 0xd30dafc7,
224+
.minor_features5 = 0x7b5ac333,
225+
.minor_features6 = 0xfc8ee200,
226+
.minor_features7 = 0x03fffa6f,
227+
.minor_features8 = 0x00fe0ef0,
228+
.minor_features9 = 0x0088003c,
229+
.minor_features10 = 0x108048c0,
230+
.minor_features11 = 0x00000010,
231+
},
200232
};
201233

202234
bool etnaviv_fill_identity_from_hwdb(struct etnaviv_gpu *gpu)

0 commit comments

Comments
 (0)