Use FAMILY_GFX1100 for GFX11 devices
Change-Id: Ib182b647a91987040d655dbc05cbe5f867d4f61a
This commit is contained in:
committed by
David Yat Sin
parent
a742b7e830
commit
319e71e79f
@@ -199,6 +199,22 @@ uint32_t DevIDToAddrLibFamily(uint32_t dev_id) {
|
||||
return FAMILY_UNKNOWN;
|
||||
}
|
||||
|
||||
case 11:
|
||||
switch (minor_ver) {
|
||||
case 0:
|
||||
switch (step) {
|
||||
case 0:
|
||||
case 1:
|
||||
case 2:
|
||||
return FAMILY_GFX1100;
|
||||
default:
|
||||
return FAMILY_UNKNOWN;
|
||||
}
|
||||
|
||||
default:
|
||||
return FAMILY_UNKNOWN;
|
||||
}
|
||||
|
||||
default:
|
||||
return FAMILY_UNKNOWN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user