diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-05-29 16:29:50 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-29 16:29:50 -0400 |
commit | 7599dc40855c33a5fbd8e9bbc2b4cd62752fb7df (patch) | |
tree | 8e86b495321ba81f1268e676b4509d877c841fcd /src/radeon.h | |
parent | ee0424078a3ea26f58c2998c9e58e065fb63f1a0 (diff) |
Add RV740 (HD4770) support
Verified by ernstp on IRC
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 9ce251a2..d4604010 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -333,6 +333,7 @@ typedef enum { CHIP_FAMILY_RV770, CHIP_FAMILY_RV730, CHIP_FAMILY_RV710, + CHIP_FAMILY_RV740, CHIP_FAMILY_LAST } RADEONChipFamily; |