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:
@@ -351,6 +351,7 @@ genX(cmd_buffer_config_l3)(struct anv_cmd_buffer *cmd_buffer, bool enable_slm)
|
|||||||
.TextureCacheInvalidationEnable = true,
|
.TextureCacheInvalidationEnable = true,
|
||||||
.ConstantCacheInvalidationEnable = true,
|
.ConstantCacheInvalidationEnable = true,
|
||||||
.InstructionCacheInvalidateEnable = true,
|
.InstructionCacheInvalidateEnable = true,
|
||||||
|
.StateCacheInvalidationEnable = true,
|
||||||
.PostSyncOperation = NoWrite);
|
.PostSyncOperation = NoWrite);
|
||||||
|
|
||||||
/* Now send a third stalling flush to make sure that invalidation is
|
/* 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,
|
.TextureCacheInvalidationEnable = true,
|
||||||
.ConstantCacheInvalidationEnable = true,
|
.ConstantCacheInvalidationEnable = true,
|
||||||
.InstructionCacheInvalidateEnable = true,
|
.InstructionCacheInvalidateEnable = true,
|
||||||
|
.StateCacheInvalidationEnable = true,
|
||||||
.PostSyncOperation = NoWrite);
|
.PostSyncOperation = NoWrite);
|
||||||
|
|
||||||
/* Now send a third stalling flush to make sure that invalidation is
|
/* Now send a third stalling flush to make sure that invalidation is
|
||||||
|
Reference in New Issue
Block a user