Navigation Menu

Skip to content

Commit

Permalink
nvhw: add the GK20A and the GM20B
Browse files Browse the repository at this point in the history
  • Loading branch information
mupuf committed Oct 25, 2015
1 parent f50d4a5 commit 157d587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvhw/chipset.c
Expand Up @@ -141,6 +141,7 @@ int parse_pmc_id(uint32_t pmc_id, struct chipset_info *info) {
case 0xe4: info->name = "GK104"; break;
case 0xe6: info->name = "GK106"; break;
case 0xe7: info->name = "GK107"; break;
case 0xea: info->name = "GK20A"; break;
case 0xf0: info->name = "GK110"; break;
case 0xf1: info->name = "GK110B"; break;
case 0x108: info->name = "GK208"; break;
Expand All @@ -151,6 +152,7 @@ int parse_pmc_id(uint32_t pmc_id, struct chipset_info *info) {
case 0x118: info->name = "GM108"; break;
case 0x124: info->name = "GM204"; break;
case 0x126: info->name = "GM206"; break;
case 0x12b: info->name = "GM20B"; break;

/* wtf */
default: info->name = "???";
Expand Down

0 comments on commit 157d587

Please sign in to comment.