summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
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 c93783b4b0..d17d6e7954 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: