diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-12-18 17:01:35 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-02-01 19:34:23 -0500 |
commit | 624d35242a90cb508064c11c1ff3beb54f08a6a5 (patch) | |
tree | 2976b8d190f981c6127cb7c8594de475ee9b6481 /drivers/gpu/drm/radeon/radeon_device.c | |
parent | df16004447fe55dcd6f05f6bb47bf8eaeddb160c (diff) |
drm/radeon: add Oland chip family
Oland is a new asic in the SI family.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_device.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index edfc54e41842..6a36f4b67680 100644 --- a/drivers/gpu/drm/radeon/radeon_device.c +++ b/drivers/gpu/drm/radeon/radeon_device.c | |||
@@ -93,6 +93,7 @@ static const char radeon_family_name[][16] = { | |||
93 | "TAHITI", | 93 | "TAHITI", |
94 | "PITCAIRN", | 94 | "PITCAIRN", |
95 | "VERDE", | 95 | "VERDE", |
96 | "OLAND", | ||
96 | "LAST", | 97 | "LAST", |
97 | }; | 98 | }; |
98 | 99 | ||