intel: remove MTL a0 workarounds

Meteorlake shipped with the b0 stepping.  Remove fixes for hardware
bugs that were corrected prior to the platform release.

Acked-by: Caio Oliveira <caio.oliveira@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26898>
This commit is contained in:
Mark Janes
2024-01-04 15:24:25 -08:00
committed by Marge Bot
parent a6a95591aa
commit 590fe58ef6
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -170,9 +170,6 @@ intel_set_ps_dispatch_state(struct GENX(3DSTATE_PS) *ps,
UNUSED static int
preferred_slm_allocation_size(const struct intel_device_info *devinfo)
{
if (intel_needs_workaround(devinfo, 14017245111))
return SLM_ENCODES_96K;
if (devinfo->platform == INTEL_PLATFORM_LNL && devinfo->revision == 0)
return SLM_ENCODES_128K;
-4
View File
@@ -882,10 +882,6 @@ bool
isl_format_supports_ccs_e(const struct intel_device_info *devinfo,
enum isl_format format)
{
/* Disable compression on MTL until B0 */
if (intel_needs_workaround(devinfo, 14017240301))
return false;
if (!format_info_exists(format))
return false;