Skip to content

Commit f56f157

Browse files
austriancoderlynxeye-dev
authored andcommitted
drm/etnaviv: add hwdb entry for gc400 found in STM32
The information was taken from STM32 glacore driver hw database. The entry is named as gc7000nano_0x4652. Signed-off-by: Christian Gmeiner <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
1 parent 4078a11 commit f56f157

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

drivers/gpu/drm/etnaviv/etnaviv_hwdb.c

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,37 @@
66
#include "etnaviv_gpu.h"
77

88
static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
9+
{
10+
.model = 0x400,
11+
.revision = 0x4652,
12+
.product_id = 0x70001,
13+
.customer_id = 0x100,
14+
.eco_id = 0,
15+
.stream_count = 4,
16+
.register_max = 64,
17+
.thread_count = 128,
18+
.shader_core_count = 1,
19+
.vertex_cache_size = 8,
20+
.vertex_output_buffer_size = 1024,
21+
.pixel_pipes = 1,
22+
.instruction_count = 256,
23+
.num_constants = 320,
24+
.buffer_size = 0,
25+
.varyings_count = 8,
26+
.features = 0xa0e9e004,
27+
.minor_features0 = 0xe1299fff,
28+
.minor_features1 = 0xbe13b219,
29+
.minor_features2 = 0xce110010,
30+
.minor_features3 = 0x8000001,
31+
.minor_features4 = 0x20102,
32+
.minor_features5 = 0x120000,
33+
.minor_features6 = 0x0,
34+
.minor_features7 = 0x0,
35+
.minor_features8 = 0x0,
36+
.minor_features9 = 0x0,
37+
.minor_features10 = 0x0,
38+
.minor_features11 = 0x0,
39+
},
940
{
1041
.model = 0x7000,
1142
.revision = 0x6214,

0 commit comments

Comments
 (0)