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_device_match_gen.h | |
parent | 7ae4cec8cc8c90aee5dc4fa7abcce22321d4f4eb (diff) |
rv770 initial support
adds pci ids and one register from AMD code
Diffstat (limited to 'src/radeon_pci_device_match_gen.h')
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index 48edff9b..73e97431 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -251,6 +251,8 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_R600_940A, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_R600_940B, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_R600_940F, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV770_9440, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV770_9442, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C0, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C1, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C3, 0 ), |