aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher2013-01-24 16:37:10 -0600
committerAlex Deucher2013-02-04 14:03:46 -0600
commit76ae1f4837ceb2c15ccf847e4abe2b5c4f66df85 (patch)
tree5ae7f80323ae52243e22a14868e896385c06acb7 /radeon/radeon_surface.c
parentef866c7293e699b119ae61738e221857a36a5362 (diff)
downloadexternal-libgbm-76ae1f4837ceb2c15ccf847e4abe2b5c4f66df85.tar.gz
external-libgbm-76ae1f4837ceb2c15ccf847e4abe2b5c4f66df85.tar.xz
external-libgbm-76ae1f4837ceb2c15ccf847e4abe2b5c4f66df85.zip
radeon: add OLAND family
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'radeon/radeon_surface.c')
-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 8e93873f..d52f4574 100644
--- a/radeon/radeon_surface.c
+++ b/radeon/radeon_surface.c
@@ -72,6 +72,7 @@ enum radeon_family {
72 CHIP_TAHITI, 72 CHIP_TAHITI,
73 CHIP_PITCAIRN, 73 CHIP_PITCAIRN,
74 CHIP_VERDE, 74 CHIP_VERDE,
75 CHIP_OLAND,
75 CHIP_LAST, 76 CHIP_LAST,
76}; 77};
77 78