Skip to content

Commit 157d587

Browse files
committed
nvhw: add the GK20A and the GM20B
1 parent f50d4a5 commit 157d587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nvhw/chipset.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ int parse_pmc_id(uint32_t pmc_id, struct chipset_info *info) {
141141
case 0xe4: info->name = "GK104"; break;
142142
case 0xe6: info->name = "GK106"; break;
143143
case 0xe7: info->name = "GK107"; break;
144+
case 0xea: info->name = "GK20A"; break;
144145
case 0xf0: info->name = "GK110"; break;
145146
case 0xf1: info->name = "GK110B"; break;
146147
case 0x108: info->name = "GK208"; break;
@@ -151,6 +152,7 @@ int parse_pmc_id(uint32_t pmc_id, struct chipset_info *info) {
151152
case 0x118: info->name = "GM108"; break;
152153
case 0x124: info->name = "GM204"; break;
153154
case 0x126: info->name = "GM206"; break;
155+
case 0x12b: info->name = "GM20B"; break;
154156

155157
/* wtf */
156158
default: info->name = "???";

0 commit comments

Comments
 (0)