diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2011-07-10 20:17:41 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2011-07-11 12:59:29 +0800 |
commit | 3dcc0159dcbc8f81fa2e1d0ea1c3a975a187b716 (patch) | |
tree | 9d1e4a0fb2d84ae7478c4b127ef0ee76225c577c /pci_ids/radeon_pci_ids.h | |
parent | e59db8f9ce30ab294d6d230c2e1802689abe815c (diff) |
support other drivers in pipe
Tested with r600g.
Diffstat (limited to 'pci_ids/radeon_pci_ids.h')
-rw-r--r-- | pci_ids/radeon_pci_ids.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pci_ids/radeon_pci_ids.h b/pci_ids/radeon_pci_ids.h new file mode 100644 index 0000000..a9efc76 --- /dev/null +++ b/pci_ids/radeon_pci_ids.h @@ -0,0 +1,23 @@ +CHIPSET(0x4C57, RADEON_LW, RV200) +CHIPSET(0x4C58, RADEON_LX, RV200) +CHIPSET(0x4C59, RADEON_LY, RV100) +CHIPSET(0x4C5A, RADEON_LZ, RV100) +CHIPSET(0x5144, RADEON_QD, R100) +CHIPSET(0x5145, RADEON_QE, R100) +CHIPSET(0x5146, RADEON_QF, R100) +CHIPSET(0x5147, RADEON_QG, R100) +CHIPSET(0x5159, RADEON_QY, RV100) +CHIPSET(0x515A, RADEON_QZ, RV100) + +CHIPSET(0x5157, RV200_QW, RV200) +CHIPSET(0x5158, RV200_QX, RV200) + +CHIPSET(0x515E, RN50_515E, UNKNOWN) +CHIPSET(0x5969, RN50_5969, UNKNOWN) + +CHIPSET(0x4136, RS100_4136, RS100) +CHIPSET(0x4336, RS100_4336, RS100) +CHIPSET(0x4137, RS200_4137, RS200) +CHIPSET(0x4337, RS200_4337, RS200) +CHIPSET(0x4237, RS250_4237, RS200) +CHIPSET(0x4437, RS250_4437, RS200) |