Skip to content
Permalink
Browse files
Merge pull request #77 from Echelon9/feature/vbios-gk208-chipset
nvbios: Add support for gk208 and gk208b
  • Loading branch information
imirkin committed Jan 28, 2017
2 parents 680ea3c + 99a187f commit 3997d15
Showing 1 changed file with 5 additions and 0 deletions.
@@ -253,6 +253,11 @@ int envy_bios_parse_bit_i (struct envy_bios *bios, struct envy_bios_bit_entry *b
bios->chipset = 0xf1;
bios->chipset_name = "GK110B";
break;
/* GK208 and GK208B */
case 0x8028:
bios->chipset = 0x108;
bios->chipset_name = "GK208/GK208B";
break;
/* GM117 */
case 0x8207:
bios->chipset = 0x117;

0 comments on commit 3997d15

Please sign in to comment.