diff options
author | Alex Deucher <[email protected]> | 2011-01-06 18:05:16 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2011-01-06 18:05:16 -0500 |
commit | f54366bcf61a414885abb9f7f47e897598a80859 (patch) | |
tree | 77dcb80e979fb9af7c183ad7502a8e4397e9fd09 /src/gallium/drivers/r600/r600.h | |
parent | e31defc825ee94f1d1092e277954abad7097c552 (diff) |
r600g: add support for NI (Northern Islands) GPUs
This adds support for Barts, Turks, and Caicos asics.
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index 578ac40ba98..335f282b06f 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -92,6 +92,9 @@ enum radeon_family { CHIP_CYPRESS, CHIP_HEMLOCK, CHIP_PALM, + CHIP_BARTS, + CHIP_TURKS, + CHIP_CAICOS, CHIP_LAST, }; |