intel/isl: Remove Wa_22011186057

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>
This commit is contained in:
José Roberto de Souza 2023-08-15 09:01:24 -07:00 committed by Marge Bot
parent 4c06c736c5
commit f7e39c6f85

View 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;