summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-29 16:29:50 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-06-04 10:01:04 -0400
commit486684ba68bc54c54cf86a9e69d224a13bb0a00d (patch)
tree980e2b9ca58d3078849f31bdede60430bd6c1afe /src/radeon.h
parent74cb2aba79049b792c22abf25ade3693b802b260 (diff)
Add RV740 (HD4770) support
Verified by ernstp on IRC
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index c9237933..38266962 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -328,6 +328,7 @@ typedef enum {
CHIP_FAMILY_RV770,
CHIP_FAMILY_RV730,
CHIP_FAMILY_RV710,
+ CHIP_FAMILY_RV740,
CHIP_FAMILY_LAST
} RADEONChipFamily;