summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2012-03-20 19:43:59 -0400
committerAlex Deucher <[email protected]>2012-03-20 19:43:59 -0400
commitb4082f492b4b55df4c636445e47b97d1f1e4b5b2 (patch)
treea58855f68f0801e9438992546ac29be426b95630 /src/gallium/drivers/r600/r600.h
parentd09fce51f0cf91c9c07f69063fe2180cc319d8df (diff)
r600g: add support for TN (trinity) APUs
Note: this is a candidate for the stable branches. Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index e0d81d854de..e77e185dd1c 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -61,6 +61,7 @@ enum radeon_family {
CHIP_TURKS,
CHIP_CAICOS,
CHIP_CAYMAN,
+ CHIP_ARUBA,
CHIP_LAST,
};