OSDN Git Service

r600g/llvm: rs780/rs880 are r600 asics
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Sep 2012 15:16:36 +0000 (11:16 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Sep 2012 15:17:52 +0000 (11:17 -0400)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/r600_llvm.c

index 3d09ce3..dd0a714 100644 (file)
@@ -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;