diff options
author | Alex Deucher <[email protected]> | 2010-11-22 17:47:24 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2010-11-22 18:01:26 -0500 |
commit | 0e4c5f63b9023b292b88b2f0d5d0f6154e8ad263 (patch) | |
tree | 0814cc80adc2749b18130a270de17164bb98aaab /src/gallium/drivers/r600/r600.h | |
parent | 072f2cbf29725c698497fd451a3289802ff31a40 (diff) |
r600g: add support for ontario APUs
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index a617a5b8631..2ab60f3086a 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -91,6 +91,7 @@ enum radeon_family { CHIP_JUNIPER, CHIP_CYPRESS, CHIP_HEMLOCK, + CHIP_PALM, CHIP_LAST, }; |