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 /src/radeon_chipinfo_gen.h | |
parent | 6c07816025f70e522986614c29c300ea13e5d932 (diff) |
radeon: add FireMV 2400 pci id.
From RH#581927 - thanks to Carsten Clasohm
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_chipinfo_gen.h')
-rw-r--r-- | src/radeon_chipinfo_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |