Revert "iris: add tile cache flush to iris_copy_region"

This reverts commit 27534a49cf

Signed-off-by: Mykhailo Skorokhodov <mykhailo.skorokhodov@globallogic.com>
Reviewed-by: Felix DeGrood <felix.j.degrood@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12979>
This commit is contained in:
Mykhailo Skorokhodov 2021-09-28 10:33:26 +03:00 committed by Marge Bot
parent 0523607ebb
commit 5afce85f2b

View file

@ -734,7 +734,7 @@ iris_resource_copy_region(struct pipe_context *ctx,
}
iris_flush_and_dirty_for_history(ice, batch, (struct iris_resource *)p_dst,
PIPE_CONTROL_RENDER_TARGET_FLUSH | PIPE_CONTROL_TILE_CACHE_FLUSH,
PIPE_CONTROL_RENDER_TARGET_FLUSH,
"cache history: post copy_region");
}