aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2017-05-05 10:27:33 +1000
committerDave Airlie <[email protected]>2017-05-05 11:07:40 +1000
commita096d8d3f7a8c6dffc91b2ac1794fdd215c054d3 (patch)
tree9418d1909de0fc46a7078e398dfb266c06bdc80a /src/amd/common
parente5eace586848511f4ceaffaa2d45131c31c45ae0 (diff)
radv: enable POLARIS12 support.
This just adds the chip in the right places. We don't set the partial_vs_wave workaround, as radeonsi doesn't, but have to confirm it's not required. Reviewed-by: Bas Nieuwenhuizen <[email protected]> Cc: "17.1" <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/common')
-rw-r--r--src/amd/common/ac_llvm_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/ac_llvm_util.c b/src/amd/common/ac_llvm_util.c
index 88279754a43..e20456e2ff8 100644
--- a/src/amd/common/ac_llvm_util.c
+++ b/src/amd/common/ac_llvm_util.c
@@ -108,6 +108,7 @@ static const char *ac_get_llvm_processor_name(enum radeon_family family)
case CHIP_POLARIS10:
return "polaris10";
case CHIP_POLARIS11:
+ case CHIP_POLARIS12:
return "polaris11";
default:
return "";