summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2012-03-20 19:54:57 -0400
committerAlex Deucher <alexdeucher@gmail.com>2012-03-20 19:54:57 -0400
commit55d65fcf33eb383e3fbc7a1d469ab68a70a7ab37 (patch)
tree63fec90b560b32c9e31b216aad9a9505911cc462 /src/radeon_probe.h
parentb5cf9bd693cf4090956add4c33c4fae9c3069a03 (diff)
radeon/kms: add support for TN (trinity) APUs
- KMS only - Includes full EXA/Xv support Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 3123bccf..66905022 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -108,6 +108,7 @@ typedef enum {
CHIP_FAMILY_TURKS,
CHIP_FAMILY_CAICOS,
CHIP_FAMILY_CAYMAN,
+ CHIP_FAMILY_ARUBA,
CHIP_FAMILY_LAST
} RADEONChipFamily;