intel/isl: Remove Wa_22011186057
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 15 Aug 2023 16:01:24 +0000 (09:01 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 15 Aug 2023 18:47:36 +0000 (18:47 +0000)
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 <jose.souza@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24699>

src/intel/isl/isl_format.c

index 4f859298d93c7946b66b839c45123a594ff670cf..9a58a4e7842f84bfd15cf57d9b12ea45510431bb 100644 (file)
@@ -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;