Skip to content

Commit 1f5896c

Browse files
Marco Felschlynxeye-dev
authored andcommitted
drm/etnaviv: add HWDB entry for GC7000 r6203
The GPU is found on the NXP i.MX8MN SoC. The feature bits are taken from the NXP downstream kernel driver 6.4.3.p2. Signed-off-by: Marco Felsch <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
1 parent 4bce244 commit 1f5896c

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
@@ -68,6 +68,37 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
6868
.minor_features10 = 0x00004040,
6969
.minor_features11 = 0x00000024,
7070
},
71+
{
72+
.model = 0x7000,
73+
.revision = 0x6203,
74+
.product_id = 0x70003,
75+
.customer_id = 0x4,
76+
.eco_id = 0,
77+
.stream_count = 16,
78+
.register_max = 64,
79+
.thread_count = 512,
80+
.shader_core_count = 2,
81+
.vertex_cache_size = 16,
82+
.vertex_output_buffer_size = 1024,
83+
.pixel_pipes = 1,
84+
.instruction_count = 512,
85+
.num_constants = 320,
86+
.buffer_size = 0,
87+
.varyings_count = 16,
88+
.features = 0xe0287c8d,
89+
.minor_features0 = 0xc1589eff,
90+
.minor_features1 = 0xfefbfad9,
91+
.minor_features2 = 0xeb9d4fbf,
92+
.minor_features3 = 0xedfffced,
93+
.minor_features4 = 0xdb0dafc7,
94+
.minor_features5 = 0x3b5ac333,
95+
.minor_features6 = 0xfcce6000,
96+
.minor_features7 = 0xfffbfa6f,
97+
.minor_features8 = 0x00e10ef3,
98+
.minor_features9 = 0x00c8003c,
99+
.minor_features10 = 0x00004040,
100+
.minor_features11 = 0x00000024,
101+
},
71102
{
72103
.model = 0x7000,
73104
.revision = 0x6204,

0 commit comments

Comments
 (0)