intel/blorp: remove tile flush from emit surface state

Tile cache flush not required when emitting new surface state.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10217>
This commit is contained in:
Felix DeGrood 2021-04-12 09:15:17 -07:00 committed by Marge Bot
parent c85ea824bc
commit e7ea5e500f

View file

@ -1591,9 +1591,6 @@ blorp_emit_surface_states(struct blorp_batch *batch,
*/
blorp_emit(batch, GENX(PIPE_CONTROL), pipe) {
pipe.StateCacheInvalidationEnable = true;
#if GFX_VER >= 12
pipe.TileCacheFlushEnable = true;
#endif
}
}
#endif