summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-05-30 16:07:56 -0400
committerAlex Deucher <alex@w500.(none)>2010-05-30 16:08:55 -0400
commit3b869b4cdb3996682f82ea02d3e3d920b127394d (patch)
tree57eff137f9670c599f9cfece942d8abaa7415382 /src/gallium
parent7f1c0078408eee3ab320e782e776bad0795b60fd (diff)
r600g: RS880 is r6xx-based
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/r600/drm/r600_state.c2
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: