Mesa (master): r600g: RS880 is r6xx-based

Alex Deucher agd5f at kemper.freedesktop.org
Sun May 30 20:09:46 UTC 2010


Module: Mesa
Branch: master
Commit: 3b869b4cdb3996682f82ea02d3e3d920b127394d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b869b4cdb3996682f82ea02d3e3d920b127394d

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sun May 30 16:07:56 2010 -0400

r600g: RS880 is r6xx-based

Signed-off-by: Alex Deucher <alexdeucher at gmail.com>

---

 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 c93783b..d17d6e7 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:




More information about the mesa-commit mailing list