ac: add has_rbplus to ac_gpu_info
[mesa.git] / src / amd / vulkan / radv_device.c
index a1927b9506c28d28c4a37692a7daad38d7f06d56..3726ad0ec787885b039632ecae210cbaa1d6fdb1 100644 (file)
@@ -356,7 +356,6 @@ radv_physical_device_init(struct radv_physical_device *device,
 
        if (device->rad_info.family == CHIP_STONEY ||
            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_RAVEN ||