radeon: add support for Mullins.

Signed-off-by: Samuel Li <samuel.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
Samuel Li
2014-04-17 15:17:28 -04:00
committed by Alex Deucher
parent fdb90ffc50
commit 5c86a34615
2 changed files with 4 additions and 0 deletions

View File

@@ -208,6 +208,9 @@ KABINI APUs
.TP 12
.B HAWAII
Radeon R9 series
.TP 12
.B MULLINS
MULLINS APUs
.PD
.SH CONFIGURATION DETAILS
Please refer to __xconfigfile__(__filemansuffix__) for general configuration

View File

@@ -116,6 +116,7 @@ typedef enum {
CHIP_FAMILY_KAVERI,
CHIP_FAMILY_KABINI,
CHIP_FAMILY_HAWAII,
CHIP_FAMILY_MULLINS,
CHIP_FAMILY_LAST
} RADEONChipFamily;