diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-20 13:37:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-20 13:37:00 +1000 |
commit | 45a8b083c123b820c008f04ab857a64a8facec14 (patch) | |
tree | 9375212e017ec6811c22f30eb5b475fe6dd35ccb /src/radeon.h | |
parent | 5d023e2c3c2ab44ea57ffadc9607025d602c376c (diff) |
atombios: add all r5xx and r6xx pci ids
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index d503f92..f776394 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -496,9 +496,16 @@ typedef enum { CHIP_FAMILY_RS400, /* xpress 200, 200m (RS400/410/480) */ CHIP_FAMILY_RV515, /* rv515 */ CHIP_FAMILY_R520, /* r520 */ + CHIP_FAMILY_RV530, /* rv530 */ CHIP_FAMILY_R580, /* r580 */ + CHIP_FAMILY_RV560, /* rv560 */ CHIP_FAMILY_RV570, /* rv570 */ CHIP_FAMILY_R600, /* r60 */ + CHIP_FAMILY_R630, + CHIP_FAMILY_RV610, + CHIP_FAMILY_RV630, + CHIP_FAMILY_RS690, + CHIP_FAMILY_RS740, CHIP_FAMILY_LAST } RADEONChipFamily; |