[v0.01] Deduce manufacturing process, chip string and uarch from gpu chip

This commit is contained in:
Dr-Noob
2021-08-13 16:03:47 +02:00
parent a08c06f67a
commit 59f723ff12
3 changed files with 215 additions and 51 deletions

View File

@@ -887,11 +887,11 @@ GPUCHIP get_chip_from_pci(struct pci* pci) {
CHECK_PCI(pci, 0x05eb, CHIP_GT200)
CHECK_PCI(pci, 0x05ea, CHIP_GT200)
CHECK_PCI(pci, 0x05e7, CHIP_GT200GL)
CHECK_PCI(pci, 0x05e6, CHIP_GT200b)
CHECK_PCI(pci, 0x05e3, CHIP_GT200b)
CHECK_PCI(pci, 0x05e6, CHIP_GT200B)
CHECK_PCI(pci, 0x05e3, CHIP_GT200B)
CHECK_PCI(pci, 0x05e2, CHIP_GT200)
CHECK_PCI(pci, 0x05e1, CHIP_GT200)
CHECK_PCI(pci, 0x05e0, CHIP_GT200b)
CHECK_PCI(pci, 0x05e0, CHIP_GT200B)
CHECK_PCI(pci, 0x042f, CHIP_G86)
CHECK_PCI(pci, 0x042e, CHIP_G86M)
CHECK_PCI(pci, 0x042d, CHIP_G86GLM)