Use FAMILY_GFX1100 for GFX11 devices
Change-Id: Ib182b647a91987040d655dbc05cbe5f867d4f61a
Cette révision appartient à :
révisé par
David Yat Sin
Parent
a742b7e830
révision
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;
|
||||
}
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur