summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-09-24 11:27:11 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-11-13 11:33:21 -0500
commitefcc456030334a692e2fce7bbd279df3aee13a6d (patch)
tree268490f9cb93feb9c4b59dcb14b2ab0efbd4a83e
parentda738d1ed0a0941a0cd061395ad86072171b3242 (diff)
downloaddrm-efcc456030334a692e2fce7bbd279df3aee13a6d.tar.gz
radeon: add hawaii chip family
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--radeon/radeon_surface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c
index d5c45c4e..c663999e 100644
--- a/radeon/radeon_surface.c
+++ b/radeon/radeon_surface.c
@@ -77,6 +77,7 @@ enum radeon_family {
CHIP_BONAIRE,
CHIP_KAVERI,
CHIP_KABINI,
+ CHIP_HAWAII,
CHIP_LAST,
};