mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
anv: Invalidate state cache before L3 partitioning set-up.
Port 10d84ba9f0 to anv.
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
5879cb0251
commit
f60683b32a
2 changed files with 2 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ genX(cmd_buffer_config_l3)(struct anv_cmd_buffer *cmd_buffer, bool enable_slm)
|
|||
.TextureCacheInvalidationEnable = true,
|
||||
.ConstantCacheInvalidationEnable = true,
|
||||
.InstructionCacheInvalidateEnable = true,
|
||||
.StateCacheInvalidationEnable = true,
|
||||
.PostSyncOperation = NoWrite);
|
||||
|
||||
/* Now send a third stalling flush to make sure that invalidation is
|
||||
|
|
|
|||
|
|
@ -162,6 +162,7 @@ genX(cmd_buffer_config_l3)(struct anv_cmd_buffer *cmd_buffer, bool enable_slm)
|
|||
.TextureCacheInvalidationEnable = true,
|
||||
.ConstantCacheInvalidationEnable = true,
|
||||
.InstructionCacheInvalidateEnable = true,
|
||||
.StateCacheInvalidationEnable = true,
|
||||
.PostSyncOperation = NoWrite);
|
||||
|
||||
/* Now send a third stalling flush to make sure that invalidation is
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue