diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-11-24 12:18:04 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-01-06 20:17:57 -0500 |
commit | 97322c00faf08461b941edf97efe86d8b082a0ce (patch) | |
tree | 5ca4d6f714b279166cbca17860e67ca14a81168a /src/radeon.h | |
parent | c678b79f99238473df6ff1bedbae840950cdf88c (diff) |
Bail on NI cards with UMS
NI cards require KMS.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 9c961879..7f55feec 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -393,6 +393,8 @@ typedef enum { #define IS_DCE41_VARIANT ((info->ChipFamily >= CHIP_FAMILY_PALM)) +#define IS_DCE5_VARIANT ((info->ChipFamily >= CHIP_FAMILY_BARTS)) + #define IS_EVERGREEN_3D (info->ChipFamily >= CHIP_FAMILY_CEDAR) #define IS_R600_3D (info->ChipFamily >= CHIP_FAMILY_R600) |