summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2018-04-11 01:35:38 +0200
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2018-04-11 18:46:55 +0200
commitbd95397d651f89e1f485716b228e18bacbd7d486 (patch)
tree043a7c01ff3d7b3c03d42d334a3101048e098dde
parent9f29b1a4c84644cd2b2749352cd6064ea408ce6b (diff)
radv: Enable RB+ on Raven.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
-rw-r--r--src/amd/vulkan/radv_device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 4fc7392e65..22e8f1e7a7 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -293,7 +293,8 @@ radv_physical_device_init(struct radv_physical_device *device,
device->rad_info.chip_class >= GFX9) {
device->has_rbplus = true;
device->rbplus_allowed = device->rad_info.family == CHIP_STONEY ||
- device->rad_info.family == CHIP_VEGA12;
+ device->rad_info.family == CHIP_VEGA12 ||
+ device->rad_info.family == CHIP_RAVEN;
}
/* The mere presense of CLEAR_STATE in the IB causes random GPU hangs