From f7e39c6f8545540ed573a6b1036710b55f7d6778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Tue, 15 Aug 2023 09:01:24 -0700 Subject: [PATCH] intel/isl: Remove Wa_22011186057 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a ADL-P workaround of a pre-production stepping, with RPL-P already being sold we can remove this workaround. Signed-off-by: José Roberto de Souza Reviewed-by: Sagar Ghuge Part-of: --- src/intel/isl/isl_format.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/intel/isl/isl_format.c b/src/intel/isl/isl_format.c index 4f859298d93..9a58a4e7842 100644 --- a/src/intel/isl/isl_format.c +++ b/src/intel/isl/isl_format.c @@ -882,10 +882,6 @@ isl_format_supports_ccs_e(const struct intel_device_info *devinfo, if (intel_needs_workaround(devinfo, 14017240301)) return false; - /* Wa_22011186057: Disable compression on ADL-P A0 */ - if (devinfo->platform == INTEL_PLATFORM_ADL && devinfo->gt == 2 && devinfo->revision == 0) - return false; - if (!format_info_exists(format)) return false;