isl: Enable MCS compression on ACM platform

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26043>
This commit is contained in:
Sagar Ghuge 2023-11-03 11:39:06 -07:00 committed by Marge Bot
parent 4de0264010
commit 2a9f8a256a

View file

@ -2770,10 +2770,6 @@ isl_surf_get_mcs_surf(const struct isl_device *dev,
if (surf->msaa_layout != ISL_MSAA_LAYOUT_ARRAY)
return false;
/* We are seeing failures with mcs on dg2, so disable it for now. */
if (intel_device_info_is_dg2(dev->info))
return false;
/* The following are true of all multisampled surfaces */
assert(surf->samples > 1);
assert(surf->dim == ISL_SURF_DIM_2D);