anv: enable standard Y tiles

We kept those tilings disabled up to know. Now that ISL has proper
support for them, remove this.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23620>
This commit is contained in:
Lionel Landwerlin
2023-06-14 12:31:19 +03:00
committed by Marge Bot
parent db4488a2dc
commit 4066f05fe4
-3
View File
@@ -307,9 +307,6 @@ choose_isl_tiling_flags(const struct intel_device_info *devinfo,
flags &= legacy_mask;
}
/* We don't support Yf or Ys tiling yet */
flags &= ~ISL_TILING_STD_Y_MASK;
assert(flags);
return flags;