Skip to content

Commit 989c9da

Browse files
saschahauerlynxeye-dev
authored andcommitted
drm/etnaviv: add HWDB entry for GC7000 rev 6204
This is the 3D GPU found on the i.MX8MP SoC. The feature bits are taken from the NXP downstream kernel driver 6.4.3.p1.305572. Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Lucas Stach <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]>
1 parent 4bfdd2a commit 989c9da

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
@@ -37,6 +37,37 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
3737
.minor_features10 = 0x0,
3838
.minor_features11 = 0x0,
3939
},
40+
{
41+
.model = 0x7000,
42+
.revision = 0x6204,
43+
.product_id = ~0U,
44+
.customer_id = ~0U,
45+
.eco_id = 0,
46+
.stream_count = 16,
47+
.register_max = 64,
48+
.thread_count = 512,
49+
.shader_core_count = 2,
50+
.vertex_cache_size = 16,
51+
.vertex_output_buffer_size = 1024,
52+
.pixel_pipes = 1,
53+
.instruction_count = 512,
54+
.num_constants = 320,
55+
.buffer_size = 0,
56+
.varyings_count = 16,
57+
.features = 0xe0287c8d,
58+
.minor_features0 = 0xc1589eff,
59+
.minor_features1 = 0xfefbfad9,
60+
.minor_features2 = 0xeb9d4fbf,
61+
.minor_features3 = 0xedfffced,
62+
.minor_features4 = 0xdb0dafc7,
63+
.minor_features5 = 0x3b5ac333,
64+
.minor_features6 = 0xfcce6000,
65+
.minor_features7 = 0xfffbfa6f,
66+
.minor_features8 = 0x00e10ef3,
67+
.minor_features9 = 0x04c8003c,
68+
.minor_features10 = 0x00004060,
69+
.minor_features11 = 0x00000024,
70+
},
4071
{
4172
.model = 0x7000,
4273
.revision = 0x6214,

0 commit comments

Comments
 (0)