radv: Enable RB+ on Raven.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Bas Nieuwenhuizen 2018-04-11 01:35:38 +02:00
parent 9f29b1a4c8
commit bd95397d65
1 changed files with 2 additions and 1 deletions

View 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