radv: Enable RB+ on Raven.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tue, 10 Apr 2018 23:35:38 +0000 (01:35 +0200)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Wed, 11 Apr 2018 16:46:55 +0000 (18:46 +0200)
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/vulkan/radv_device.c

index 4fc7392e65e66ccc362aa987fe31c3005833ac36..22e8f1e7a78b4652cf403809a57ed90ab941fc7a 100644 (file)
@@ -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