diff options
author | Alex Deucher <[email protected]> | 2009-08-03 16:10:32 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-08-03 16:10:32 -0400 |
commit | e0d61fd696b3561d575a9ee5055a1484a5ac6926 (patch) | |
tree | 50f5757fd855a4966e36596c6c7f98032283affa /src/mesa/drivers/dri/radeon/radeon_chipset.h | |
parent | a9ba1bfeb3a2852c6eda718e73c46c972a286648 (diff) |
r600: add some new r7xx pci ids
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_chipset.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_chipset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h index a9b4102cc13..a275c8fb143 100644 --- a/src/mesa/drivers/dri/radeon/radeon_chipset.h +++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h @@ -363,6 +363,7 @@ #define PCI_CHIP_RV730_948F 0x948F #define PCI_CHIP_RV730_9490 0x9490 #define PCI_CHIP_RV730_9491 0x9491 +#define PCI_CHIP_RV730_9495 0x9495 #define PCI_CHIP_RV730_9498 0x9498 #define PCI_CHIP_RV730_949C 0x949C #define PCI_CHIP_RV730_949E 0x949E @@ -376,12 +377,16 @@ #define PCI_CHIP_RV710_9552 0x9552 #define PCI_CHIP_RV710_9553 0x9553 #define PCI_CHIP_RV710_9555 0x9555 +#define PCI_CHIP_RV710_9557 0x9557 #define PCI_CHIP_RV740_94A0 0x94A0 #define PCI_CHIP_RV740_94A1 0x94A1 +#define PCI_CHIP_RV740_94A3 0x94A3 #define PCI_CHIP_RV740_94B1 0x94B1 #define PCI_CHIP_RV740_94B3 0x94B3 +#define PCI_CHIP_RV740_94B4 0x94B4 #define PCI_CHIP_RV740_94B5 0x94B5 +#define PCI_CHIP_RV740_94B9 0x94B9 enum { CHIP_FAMILY_R100, |