summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 7e84aebc..174352d3 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -378,6 +378,11 @@ typedef enum {
(info->ChipFamily == CHIP_FAMILY_RS400) || \
(info->ChipFamily == CHIP_FAMILY_RS480))
+#define IS_R200_3D ((info->ChipFamily == CHIP_FAMILY_RV250) || \
+ (info->ChipFamily == CHIP_FAMILY_RV280) || \
+ (info->ChipFamily == CHIP_FAMILY_RS300) || \
+ (info->ChipFamily == CHIP_FAMILY_R200))
+
/*
* Errata workarounds
*/