diff options
author | Alex Deucher <[email protected]> | 2010-05-30 16:07:56 -0400 |
---|---|---|
committer | Alex Deucher <alex@w500.(none)> | 2010-05-30 16:08:55 -0400 |
commit | 3b869b4cdb3996682f82ea02d3e3d920b127394d (patch) | |
tree | 57eff137f9670c599f9cfece942d8abaa7415382 /src | |
parent | 7f1c0078408eee3ab320e782e776bad0795b60fd (diff) |
r600g: RS880 is r6xx-based
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/r600/drm/r600_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/r600/drm/r600_state.c b/src/gallium/winsys/r600/drm/r600_state.c index c93783b4b03..d17d6e7954f 100644 --- a/src/gallium/winsys/r600/drm/r600_state.c +++ b/src/gallium/winsys/r600/drm/r600_state.c @@ -377,11 +377,11 @@ int r600_init(struct radeon *radeon) case CHIP_RV620: case CHIP_RV635: case CHIP_RS780: + case CHIP_RS880: radeon->ntype = R600_NTYPE; radeon->nstate = R600_NSTATE; radeon->type = R600_types; break; - case CHIP_RS880: case CHIP_RV770: case CHIP_RV730: case CHIP_RV710: |