r600g: RS880 is r6xx-based
authorAlex Deucher <alexdeucher@gmail.com>
Sun, 30 May 2010 20:07:56 +0000 (16:07 -0400)
committerAlex Deucher <alex@w500.(none)>
Sun, 30 May 2010 20:08:55 +0000 (16:08 -0400)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/gallium/winsys/r600/drm/r600_state.c

index c93783b..d17d6e7 100644 (file)
@@ -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: