radeon: add hainan chip family

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alex Deucher
2013-05-13 17:01:30 -04:00
parent 8a9e9b21cb
commit 6cee1eaebf
2 changed files with 3 additions and 0 deletions

View File

@@ -188,6 +188,8 @@ Radeon HD 6950/6970/6990
.B VERDE
.TP 12
.B OLAND
.TP 12
.B HAINAN
.PD
.SH CONFIGURATION DETAILS
Please refer to __xconfigfile__(__filemansuffix__) for general configuration

View File

@@ -106,6 +106,7 @@ typedef enum {
CHIP_FAMILY_PITCAIRN,
CHIP_FAMILY_VERDE,
CHIP_FAMILY_OLAND,
CHIP_FAMILY_HAINAN,
CHIP_FAMILY_LAST
} RADEONChipFamily;