summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-11-23 20:45:25 -0500
committerAlex Deucher <alexdeucher@gmail.com>2011-01-06 20:17:32 -0500
commitc678b79f99238473df6ff1bedbae840950cdf88c (patch)
tree922f666cac634302a3803b9304281d7645abe0a9
parent30c5f217f91ed1ee15b5fff0002521d98682efb7 (diff)
add NI family ids
-rw-r--r--src/radeon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 25d026fd..9c961879 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -359,6 +359,9 @@ typedef enum {
CHIP_FAMILY_CYPRESS,
CHIP_FAMILY_HEMLOCK,
CHIP_FAMILY_PALM,
+ CHIP_FAMILY_BARTS,
+ CHIP_FAMILY_TURKS,
+ CHIP_FAMILY_CAICOS,
CHIP_FAMILY_LAST
} RADEONChipFamily;