Mesa (master): radv: Enable RB+ on Raven.

Bas Nieuwenhuizen bnieuwenhuizen at kemper.freedesktop.org
Wed Apr 11 16:49:35 UTC 2018


Module: Mesa
Branch: master
Commit: bd95397d651f89e1f485716b228e18bacbd7d486
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd95397d651f89e1f485716b228e18bacbd7d486

Author: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Date:   Wed Apr 11 01:35:38 2018 +0200

radv: Enable RB+ on Raven.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

---

 src/amd/vulkan/radv_device.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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




More information about the mesa-commit mailing list