diff options
author | Dave Airlie <airlied@linux.ie> | 2008-07-08 11:09:01 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-07-08 11:12:35 +1000 |
commit | b4d1a47b5c6eafda5e274398eebe2701b030f22e (patch) | |
tree | 30acaa0d7ecd990fb73548d714a2d219e009bbbf /src/radeon_pci_chipset_gen.h | |
parent | 7ae4cec8cc8c90aee5dc4fa7abcce22321d4f4eb (diff) |
rv770 initial support
adds pci ids and one register from AMD code
Diffstat (limited to 'src/radeon_pci_chipset_gen.h')
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index 1b79451c..b9ca6b95 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -251,6 +251,8 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_R600_940A, PCI_CHIP_R600_940A, RES_SHARED_VGA }, { PCI_CHIP_R600_940B, PCI_CHIP_R600_940B, RES_SHARED_VGA }, { PCI_CHIP_R600_940F, PCI_CHIP_R600_940F, RES_SHARED_VGA }, + { PCI_CHIP_RV770_9440, PCI_CHIP_RV770_9440, RES_SHARED_VGA }, + { PCI_CHIP_RV770_9442, PCI_CHIP_RV770_9442, RES_SHARED_VGA }, { PCI_CHIP_RV610_94C0, PCI_CHIP_RV610_94C0, RES_SHARED_VGA }, { PCI_CHIP_RV610_94C1, PCI_CHIP_RV610_94C1, RES_SHARED_VGA }, { PCI_CHIP_RV610_94C3, PCI_CHIP_RV610_94C3, RES_SHARED_VGA }, |