diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-19 13:32:16 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-19 13:32:16 +1000 |
commit | e73bf6290da20dd61798ace775999ce1cb550934 (patch) | |
tree | 43be6fc5f947a4bb4dab0ae6c1b0cee64e91b930 /src/radeon.h | |
parent | ea1534659de87d3d75eb20d808d039cff22cb537 (diff) |
add x1900xt support
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 7c32693..e00b6be 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -496,6 +496,7 @@ typedef enum { CHIP_FAMILY_RS400, /* xpress 200, 200m (RS400/410/480) */ CHIP_FAMILY_RV515, /* rv515 */ CHIP_FAMILY_R520, /* r520 */ + CHIP_FAMILY_R580, /* r580 */ CHIP_FAMILY_R600, /* r60 */ CHIP_FAMILY_LAST } RADEONChipFamily; |