blorp: Add Tile Cache Flush for Unified Cache.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user