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

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

r600g: RS880 is r6xx-based

Signed-off-by: Alex Deucher <alexdeuc...@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:

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to