diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-05-13 17:01:30 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-05-13 17:07:26 -0400 |
commit | 6cee1eaebfcef2b2d2c51ec30c31260fd98b564e (patch) | |
tree | e53f5fbe6bd956c38bf2b754b208569ebb990ee1 /src/radeon_probe.h | |
parent | 8a9e9b21cbb44c23d37bf18c983e2c3f0fe33e87 (diff) |
radeon: add hainan chip family
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 1899a16c..ea5569a9 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -106,6 +106,7 @@ typedef enum { CHIP_FAMILY_PITCAIRN, CHIP_FAMILY_VERDE, CHIP_FAMILY_OLAND, + CHIP_FAMILY_HAINAN, CHIP_FAMILY_LAST } RADEONChipFamily; |