summaryrefslogtreecommitdiff
path: root/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'radeon.h')
-rw-r--r--radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/radeon.h b/radeon.h
index 7ca52d8..7deaa9e 100644
--- a/radeon.h
+++ b/radeon.h
@@ -77,3 +77,4 @@ typedef struct {
#include "radeon_chipinfo_gen.h"
#define IS_RV620(card_info) (card_info && card_info->chip_family >= CHIP_FAMILY_RV620)
+#define IS_EG(card_info) (card_info && card_info->chip_family >= CHIP_FAMILY_CEDAR)