diff options
author | Alex Deucher <alex@cube.(none)> | 2008-03-05 18:41:01 -0500 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-03-05 18:41:01 -0500 |
commit | 0ed48f8f651a28e189f9fee8c6b593da0178d21c (patch) | |
tree | 065eef779e07eba6d4e917e463bcc3c095b15d95 /src/radeon.h | |
parent | 2901e99f1942842856cd39c1dcc8b22f3cf7d9e3 (diff) | |
download | xf86-video-ati-frc-0ed48f8f651a28e189f9fee8c6b593da0178d21c.tar.gz xf86-video-ati-frc-0ed48f8f651a28e189f9fee8c6b593da0178d21c.tar.bz2 |
AVIVO: Initial support for DCE 3.0 using atombios
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.)
still has some issues.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index b00d1e2..787a851 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -268,12 +268,15 @@ typedef enum { CHIP_FAMILY_RV560, /* rv560 */ CHIP_FAMILY_RV570, /* rv570 */ CHIP_FAMILY_RS690, + CHIP_FAMILY_RS740, CHIP_FAMILY_R600, /* r60 */ CHIP_FAMILY_R630, CHIP_FAMILY_RV610, CHIP_FAMILY_RV630, CHIP_FAMILY_RV670, - CHIP_FAMILY_RS740, + CHIP_FAMILY_RV620, + CHIP_FAMILY_RV635, + CHIP_FAMILY_RS780, CHIP_FAMILY_LAST } RADEONChipFamily; @@ -296,6 +299,8 @@ typedef enum { #define IS_AVIVO_VARIANT ((info->ChipFamily >= CHIP_FAMILY_RV515)) +#define IS_DCE3_VARIANT ((info->ChipFamily >= CHIP_FAMILY_RV620)) + /* * Errata workarounds */ |