diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c index 79d64a9f7de..f100cc523d2 100644 --- a/src/intel/isl/isl.c +++ b/src/intel/isl/isl.c @@ -2057,9 +2057,6 @@ isl_surf_get_mcs_surf(const struct isl_device *dev, if (surf->msaa_layout != ISL_MSAA_LAYOUT_ARRAY) return false; - if (mcs_surf->size_B > 0) - return false; - /* The following are true of all multisampled surfaces */ assert(surf->samples > 1); assert(surf->dim == ISL_SURF_DIM_2D);