summaryrefslogtreecommitdiff
path: root/radeon
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-06-07 13:45:30 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-06-28 14:44:02 -0400
commit0ff7f2760d052503d5cf65ded34a66fe20ccec28 (patch)
tree3c35650a663626c41c9d3064a86e78d80392dfe7 /radeon
parentfbd106ad76b0ee33814f6a5b94efaa0b067ec2af (diff)
radeon: add CIK chip families
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'radeon')
-rw-r--r--radeon/radeon_surface.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c
index a74064c4..818e26a9 100644
--- a/radeon/radeon_surface.c
+++ b/radeon/radeon_surface.c
@@ -74,6 +74,9 @@ enum radeon_family {
CHIP_VERDE,
CHIP_OLAND,
CHIP_HAINAN,
+ CHIP_BONAIRE,
+ CHIP_KAVERI,
+ CHIP_KABINI,
CHIP_LAST,
};