Skip to content

Commit

Permalink
Update pci ids with today's git kernel. One polaris12, one raven
Browse files Browse the repository at this point in the history
  • Loading branch information
clbr committed Mar 25, 2018
1 parent 07ec134 commit 9b9605c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions family_str.c
Expand Up @@ -64,4 +64,5 @@ const char * const family_str[] = {
str(POLARIS10),
str(POLARIS12),
str(VEGA10),
str(RAVEN),
};
2 changes: 2 additions & 0 deletions include/r600_pci_ids.h
Expand Up @@ -535,6 +535,7 @@ CHIPSET(0x6985, 0x6985, POLARIS12)
CHIPSET(0x6986, 0x6986, POLARIS12)
CHIPSET(0x6987, 0x6987, POLARIS12)
CHIPSET(0x6995, 0x6995, POLARIS12)
CHIPSET(0x6997, 0x6997, POLARIS12)
CHIPSET(0x699F, 0x699F, POLARIS12)
CHIPSET(0x6860, 0x6860, VEGA10)
CHIPSET(0x6861, 0x6861, VEGA10)
Expand All @@ -545,3 +546,4 @@ CHIPSET(0x6867, 0x6867, VEGA10)
CHIPSET(0x6868, 0x6868, VEGA10)
CHIPSET(0x686c, 0x686c, VEGA10)
CHIPSET(0x687f, 0x687f, VEGA10)
CHIPSET(0x15dd, 0x15dd, RAVEN)
1 change: 1 addition & 0 deletions include/radeontop.h
Expand Up @@ -127,6 +127,7 @@ enum radeon_family {
POLARIS10,
POLARIS12,
VEGA10,
RAVEN,
};

extern const char * const family_str[];
Expand Down

0 comments on commit 9b9605c

Please sign in to comment.