radv: add some misc gfx9 pieces.

This just adds the strings and includes the gfx9 register defs
in some files that we need them in.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie
2017-06-06 08:33:53 +10:00
parent a83f28d536
commit 0063da8393
6 changed files with 13 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ static const char *ac_get_llvm_processor_name(enum radeon_family family)
case CHIP_POLARIS11:
case CHIP_POLARIS12:
return "polaris11";
case CHIP_VEGA10:
case CHIP_RAVEN:
return "gfx900";
default:
return "";
}