summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-05-31 16:03:36 -0400
committerAlex Deucher <alexdeucher@gmail.com>2011-05-31 18:12:38 -0400
commit36afd1e1055eeadb2396dadcc68b214655bd90a9 (patch)
treed7685353be1b9380183e5d9256798e4c384298f1 /src/radeon.h
parent557f46dc2f18734ecf1f18dee7e951e0bf062e63 (diff)
radeon: add support for llano APUs
- KMS only - Includes full EXA/Xv support Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index dd83a699..f66ffd01 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -360,6 +360,8 @@ typedef enum {
CHIP_FAMILY_CYPRESS,
CHIP_FAMILY_HEMLOCK,
CHIP_FAMILY_PALM,
+ CHIP_FAMILY_SUMO,
+ CHIP_FAMILY_SUMO2,
CHIP_FAMILY_BARTS,
CHIP_FAMILY_TURKS,
CHIP_FAMILY_CAICOS,