mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 04:50:11 +01:00
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:
parent
4c06c736c5
commit
f7e39c6f85
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue