radv/gfx10: Enable binning.

Numbers for Talos:

gfx10 without binning: 77.0 77.7 77.2 77.6
gfx10 with binning: 82.3 82.0 82.7 82.4

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Bas Nieuwenhuizen 2019-07-21 03:40:00 +02:00
parent 3268c806fb
commit e5b3f0a867
1 changed files with 1 additions and 2 deletions

View File

@ -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. */