summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-09-24 11:35:00 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-11-13 11:36:51 -0500
commite38a92e00d015a6b80a1f3a16d58c61f084b066f (patch)
tree3f7383959ddd0788e07e261eb45f5edb9a2aa04a /src/radeon_probe.h
parente4cd0f4392ea11c93088ad429f36eaaf9bcbf505 (diff)
radeon: add support for Hawaii
Disabled by default until the acceleration code stablizes. Signed-off-by: Alex Deucher <alexander.deucher@amd.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 de0135d9..cea66956 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -110,6 +110,7 @@ typedef enum {
CHIP_FAMILY_BONAIRE,
CHIP_FAMILY_KAVERI,
CHIP_FAMILY_KABINI,
+ CHIP_FAMILY_HAWAII,
CHIP_FAMILY_LAST
} RADEONChipFamily;