blorp: Add Tile Cache Flush for Unified Cache.

This commit is contained in:
Rafael Antognolli
2019-04-30 13:34:06 -07:00
parent d3995c19eb
commit a99c67b690
+3
View File
@@ -1519,6 +1519,9 @@ blorp_emit_surface_states(struct blorp_batch *batch,
*/
blorp_emit(batch, GENX(PIPE_CONTROL), pipe) {
pipe.StateCacheInvalidationEnable = true;
#if GEN_GEN >= 12
pipe.TileCacheFlushEnable = true;
#endif
}
}
#endif