[Mesa-dev] [PATCH 21/21] intel/isl: Enable Yf tiling
Jason Ekstrand
jason at jlekstrand.net
Fri Feb 23 07:07:01 UTC 2018
---
src/intel/isl/isl_gen7.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/intel/isl/isl_gen7.c b/src/intel/isl/isl_gen7.c
index 4fa9851..2aa3916 100644
--- a/src/intel/isl/isl_gen7.c
+++ b/src/intel/isl/isl_gen7.c
@@ -205,7 +205,6 @@ isl_gen6_filter_tiling(const struct isl_device *dev,
/* And... clear the Yf and Ys bits anyway because Anvil doesn't support
* them yet.
*/
- *flags &= ~ISL_TILING_Yf_BIT; /* FINISHME[SKL]: Support Yf */
*flags &= ~ISL_TILING_Ys_BIT; /* FINISHME[SKL]: Support Ys */
if (isl_surf_usage_is_depth(info->usage)) {
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list