intel/isl: Remove a CCS_D check from gfx12+ code

This aux usage isn't used on gfx12+.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28284>
This commit is contained in:
Nanley Chery 2024-03-12 15:21:19 -04:00 committed by Marge Bot
parent 8845f1e439
commit d7bfa8051e

View file

@ -2663,8 +2663,7 @@ isl_calc_base_alignment(const struct isl_device *dev,
base_alignment_B = MAX(base_alignment_B, 4096);
if (dev->info->has_aux_map &&
(isl_format_supports_ccs_d(dev->info, info->format) ||
isl_format_supports_ccs_e(dev->info, info->format)) &&
isl_format_supports_ccs_e(dev->info, info->format) &&
!INTEL_DEBUG(DEBUG_NO_CCS) &&
!(info->usage & ISL_SURF_USAGE_DISABLE_AUX_BIT)) {
/* Wa_22015614752: