Mesa (master): r600g/llvm: rs780/rs880 are r600 asics

Alex Deucher agd5f at kemper.freedesktop.org
Thu Sep 20 15:19:04 UTC 2012


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

Author: Alex Deucher <alexander.deucher at amd.com>
Date:   Thu Sep 20 11:16:36 2012 -0400

r600g/llvm: rs780/rs880 are r600 asics

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

---

 src/gallium/drivers/r600/r600_llvm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_llvm.c b/src/gallium/drivers/r600/r600_llvm.c
index 3d09ce3..dd0a714 100644
--- a/src/gallium/drivers/r600/r600_llvm.c
+++ b/src/gallium/drivers/r600/r600_llvm.c
@@ -259,10 +259,10 @@ const char * r600_llvm_gpu_string(enum radeon_family family)
 	case CHIP_RV630:
 	case CHIP_RV620:
 	case CHIP_RV635:
-		gpu_family = "r600";
-		break;
 	case CHIP_RS780:
 	case CHIP_RS880:
+		gpu_family = "r600";
+		break;
 	case CHIP_RV710:
 		gpu_family = "rv710";
 		break;




More information about the mesa-commit mailing list