mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 05:00:19 +01:00
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:
parent
8845f1e439
commit
d7bfa8051e
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue