diff options
author | Dave Airlie <[email protected]> | 2017-05-05 10:27:33 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-05-05 11:07:40 +1000 |
commit | a096d8d3f7a8c6dffc91b2ac1794fdd215c054d3 (patch) | |
tree | 9418d1909de0fc46a7078e398dfb266c06bdc80a /src/amd/vulkan/si_cmd_buffer.c | |
parent | e5eace586848511f4ceaffaa2d45131c31c45ae0 (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/vulkan/si_cmd_buffer.c')
-rw-r--r-- | src/amd/vulkan/si_cmd_buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c index 41625aa132d..1382272d71b 100644 --- a/src/amd/vulkan/si_cmd_buffer.c +++ b/src/amd/vulkan/si_cmd_buffer.c @@ -297,6 +297,7 @@ si_emit_config(struct radv_physical_device *physical_device, raster_config_1 = 0x0000002a; break; case CHIP_POLARIS11: + case CHIP_POLARIS12: raster_config = 0x16000012; raster_config_1 = 0x00000000; break; |