detect: Set new class for Lexa GPUs

As these cards require spoofing, OCLP needs to treat them differently. Primarily due to root volume patching checking against the same class, and prevent users from believing the root patches failed (when their card’s actually unsupported by their Device ID)
This commit is contained in:
Mykola Grymalyuk
2023-03-11 11:11:24 -07:00
parent 8d3ab82ddd
commit 9bfcf78ff9
4 changed files with 14 additions and 6 deletions

View File

@@ -794,6 +794,9 @@ class amd_ids:
0x67CA, # Unknown
0x67CC, # Unknown
0x67CF, # Unknown
]
polaris_spoof_ids = [
# Polaris 12 (Lexa)
0x6981, # Lexa XT [Radeon PRO WX 3200]
]