diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 93b03afda22..9ba100df6e8 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -1896,8 +1896,7 @@ VkResult radv_CreateDevice( } } - /* TODO: Enable binning for GFX10. */ - device->pbb_allowed = device->physical_device->rad_info.chip_class == GFX9 && + device->pbb_allowed = device->physical_device->rad_info.chip_class >= GFX9 && !(device->instance->debug_flags & RADV_DEBUG_NOBINNING); /* Disabled and not implemented for now. */