This might fix a hang on Navi14.
Cc: 19.2 19.3 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
*/
info->has_clear_state = info->chip_class >= GFX7;
- info->has_distributed_tess = info->chip_class >= GFX8 &&
- info->max_se >= 2;
+ info->has_distributed_tess = info->chip_class >= GFX10 ||
+ (info->chip_class >= GFX8 && info->max_se >= 2);
info->has_dcc_constant_encode = info->family == CHIP_RAVEN2 ||
info->family == CHIP_RENOIR ||