Skip to content

Commit a51d1f3

Browse files
austriancoderlynxeye-dev
authored andcommitted
drm/etnaviv: update gc7000 chip identity entry
Use ~0U as marker for 'I do not care'. I am not sure what GC7000 based devices are in the wild and I do not want to break them. In the near future we should extend the hwdb. Signed-off-by: Christian Gmeiner <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
1 parent 0008066 commit a51d1f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/gpu/drm/etnaviv/etnaviv_hwdb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
99
{
1010
.model = 0x7000,
1111
.revision = 0x6214,
12+
.product_id = ~0U,
13+
.customer_id = ~0U,
14+
.eco_id = ~0U,
1215
.stream_count = 16,
1316
.register_max = 64,
1417
.thread_count = 1024,

0 commit comments

Comments
 (0)