diff options
author | Dave Airlie <airlied@redhat.com> | 2010-04-19 17:58:07 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-04-19 18:46:23 +1000 |
commit | 03b34c5fb12c4df180d4df113d2b654f6afd7230 (patch) | |
tree | 5c6045d1da7436e77553c9fef228f1ae28225b62 | |
parent | 6c07816025f70e522986614c29c300ea13e5d932 (diff) |
radeon: add FireMV 2400 pci id.
From RH#581927 - thanks to Carsten Clasohm
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | src/ati_pciids_gen.h | 1 | ||||
-rw-r--r-- | src/pcidb/ati_pciids.csv | 1 | ||||
-rw-r--r-- | src/radeon_chipinfo_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_chipset_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 347e17ea..b4479aca 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -2,6 +2,7 @@ #define PCI_CHIP_RV380_3151 0x3151 #define PCI_CHIP_RV380_3152 0x3152 #define PCI_CHIP_RV380_3154 0x3154 +#define PCI_CHIP_RV380_3155 0x3155 #define PCI_CHIP_RV380_3E50 0x3E50 #define PCI_CHIP_RV380_3E54 0x3E54 #define PCI_CHIP_RS100_4136 0x4136 diff --git a/src/pcidb/ati_pciids.csv b/src/pcidb/ati_pciids.csv index e0cfb262..6f101b26 100644 --- a/src/pcidb/ati_pciids.csv +++ b/src/pcidb/ati_pciids.csv @@ -3,6 +3,7 @@ "0x3151","RV380_3151","RV380",,,,,,"ATI FireMV 2400 (PCI)" "0x3152","RV380_3152","RV380",1,,,,,"ATI Radeon Mobility X300 (M24) 3152 (PCIE)" "0x3154","RV380_3154","RV380",1,,,,,"ATI FireGL M24 GL 3154 (PCIE)" +"0x3155","RV380_3155","RV380",1,,,,,"ATI FireMV 2400 3155 (PCI)" "0x3E50","RV380_3E50","RV380",,,,,,"ATI Radeon X600 (RV380) 3E50 (PCIE)" "0x3E54","RV380_3E54","RV380",,,,,,"ATI FireGL V3200 (RV380) 3E54 (PCIE)" "0x4136","RS100_4136","RS100",,1,,,1,"ATI Radeon IGP320 (A3) 4136" diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index d66f4daf..3fc2a53a 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -4,6 +4,7 @@ static RADEONCardInfo RADEONCards[] = { { 0x3151, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x3152, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, { 0x3154, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, + { 0x3155, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, { 0x3E50, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x3E54, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x4136, CHIP_FAMILY_RS100, 0, 1, 0, 0, 1 }, diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index c84ed015..e38579b1 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -4,6 +4,7 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV380_3151, "ATI FireMV 2400 (PCI)" }, { PCI_CHIP_RV380_3152, "ATI Radeon Mobility X300 (M24) 3152 (PCIE)" }, { PCI_CHIP_RV380_3154, "ATI FireGL M24 GL 3154 (PCIE)" }, + { PCI_CHIP_RV380_3155, "ATI FireMV 2400 3155 (PCI)" }, { PCI_CHIP_RV380_3E50, "ATI Radeon X600 (RV380) 3E50 (PCIE)" }, { PCI_CHIP_RV380_3E54, "ATI FireGL V3200 (RV380) 3E54 (PCIE)" }, { PCI_CHIP_RS100_4136, "ATI Radeon IGP320 (A3) 4136" }, diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index 39936551..c1ead9c2 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -4,6 +4,7 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_RV380_3151, PCI_CHIP_RV380_3151, RES_SHARED_VGA }, { PCI_CHIP_RV380_3152, PCI_CHIP_RV380_3152, RES_SHARED_VGA }, { PCI_CHIP_RV380_3154, PCI_CHIP_RV380_3154, RES_SHARED_VGA }, + { PCI_CHIP_RV380_3155, PCI_CHIP_RV380_3155, RES_SHARED_VGA }, { PCI_CHIP_RV380_3E50, PCI_CHIP_RV380_3E50, RES_SHARED_VGA }, { PCI_CHIP_RV380_3E54, PCI_CHIP_RV380_3E54, RES_SHARED_VGA }, { PCI_CHIP_RS100_4136, PCI_CHIP_RS100_4136, RES_SHARED_VGA }, diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index fa36b699..709d8cc3 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -4,6 +4,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RV380_3151, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3152, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3154, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV380_3155, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3E50, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3E54, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS100_4136, 0 ), |