summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom St Denis <tom.stdenis@amd.com>2018-12-11 09:13:18 -0500
committerTom St Denis <tom.stdenis@amd.com>2018-12-11 09:13:18 -0500
commit684cf2406bc95a7c9f795b964eae7d2c6d4698b2 (patch)
tree12c872027880751f730982b0dafe0143a271fb0c
parent9e25ef662f3082b22780405dd72b5c6f1b337c2f (diff)
add new vega10 and vega20 DIDs
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-rw-r--r--src/lib/discover_by_did.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/discover_by_did.c b/src/lib/discover_by_did.c
index af27319..f9a79d4 100644
--- a/src/lib/discover_by_did.c
+++ b/src/lib/discover_by_did.c
@@ -81,6 +81,7 @@ static const struct {
{ 0x66A1, &umr_create_vega20 },
{ 0x66A2, &umr_create_vega20 },
{ 0x66A3, &umr_create_vega20 },
+ { 0x66A4, &umr_create_vega20 },
{ 0x66A7, &umr_create_vega20 },
{ 0x66AF, &umr_create_vega20 },
{ 0x6780, &umr_create_tahiti },
@@ -235,7 +236,13 @@ static const struct {
{ 0x6864, &umr_create_vega10 },
{ 0x6867, &umr_create_vega10 },
{ 0x6868, &umr_create_vega10 },
+ { 0x6869, &umr_create_vega10 },
+ { 0x686a, &umr_create_vega10 },
+ { 0x686b, &umr_create_vega10 },
{ 0x686c, &umr_create_vega10 },
+ { 0x686d, &umr_create_vega10 },
+ { 0x686e, &umr_create_vega10 },
+ { 0x686f, &umr_create_vega10 },
{ 0x687f, &umr_create_vega10 },
{ 0x69A0, &umr_create_vega12 },
{ 0x69A1, &umr_create_vega12 },