diff options
author | Alex Deucher <[email protected]> | 2009-06-11 18:24:41 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-06-11 18:24:41 -0400 |
commit | 917f8bc1a85e61311cef6478127b387df70fba14 (patch) | |
tree | 67014fb6f8b317755df58a7aa2e52bc8bf6524f5 /src/mesa/drivers/dri/radeon/radeon_chipset.h | |
parent | 1d8d4cad6a30b994f5bea6873525966a965c5997 (diff) |
Add RV740 support
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_chipset.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_chipset.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h index f7fa3d3e09d..0a6a2df35b8 100644 --- a/src/mesa/drivers/dri/radeon/radeon_chipset.h +++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h @@ -375,6 +375,12 @@ #define PCI_CHIP_RV710_9553 0x9553 #define PCI_CHIP_RV710_9555 0x9555 +#define PCI_CHIP_RV740_94A0 0x94A0 +#define PCI_CHIP_RV740_94A1 0x94A1 +#define PCI_CHIP_RV740_94B1 0x94B1 +#define PCI_CHIP_RV740_94B3 0x94B3 +#define PCI_CHIP_RV740_94B5 0x94B5 + enum { CHIP_FAMILY_R100, CHIP_FAMILY_RV100, @@ -411,6 +417,7 @@ enum { CHIP_FAMILY_RV770, CHIP_FAMILY_RV730, CHIP_FAMILY_RV710, + CHIP_FAMILY_RV740, CHIP_FAMILY_LAST }; |