radeonsi: add support for Vega12

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Marek Olšák
2017-11-07 02:57:36 +01:00
parent 5425d32fcf
commit 20eb44ad65
8 changed files with 41 additions and 8 deletions

View File

@@ -114,6 +114,7 @@ const char *ac_get_llvm_processor_name(enum radeon_family family)
case CHIP_POLARIS12:
return "polaris11";
case CHIP_VEGA10:
case CHIP_VEGA12:
case CHIP_RAVEN:
return "gfx900";
default: