Use PCI ID based detection for Galax GPUs

This commit is contained in:
crashniels 2020-09-17 15:56:23 +02:00 committed by Adam Honse
parent a03e6a7800
commit da81052247
3 changed files with 38 additions and 7 deletions

View file

@ -44,6 +44,7 @@
#define GIGABYTE_SUB_VEN 0x1458
#define MSI_SUB_VEN 0x1462
#define SAPPHIRE_SUB_VEN 0x1DA2
#define GALAX_SUB_VEN 0x10DE
/*-----------------------------------------------------*\
| EVGA Sub-Device IDs |
@ -77,6 +78,11 @@
\*-----------------------------------------------------*/
#define SAPPHIRE_RX580_NITRO_PLUS_SUB_DEV 0xE366
/*-----------------------------------------------------*\
| GALAX / KFA2 Sub-Device IDs |
\*-----------------------------------------------------*/
#define KFA2_RTX_2070_EX 0x12FE
/*---------------------------------------------------------*\
| PCI ID Macros |
\*---------------------------------------------------------*/