diff options
author | Dave Airlie <[email protected]> | 2017-02-20 08:44:58 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-02-20 09:00:40 +1000 |
commit | 1f6376935bf91aa2e086a66dfe9737d7f4066bee (patch) | |
tree | 1a477c206ebe8a1427dc352df412f9968adeb825 /src/amd/vulkan/si_cmd_buffer.c | |
parent | 81b23796648afd1816e6367348ef682660eb630e (diff) |
Revert "radv: detect command buffers that do no work and drop them (v2)"
This just keeps popping up minor problems and regressions we should
revisit in a more sustainable manner later.
This also reverts:
Revert "radv: query cmds should mark a cmd buffer as having draws."
Revert "radv: also fixup event emission to not get culled."
This reverts commit d1640e79328af4a63c056e3ccab299a3bffbede7.
This reverts commit 8b47b97215af7157bc15676167cab73aa5a61a76.
This reverts commit b4b19afebeac84ddce3f1f8b7ffe0da6474fe29a.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/si_cmd_buffer.c')
-rw-r--r-- | src/amd/vulkan/si_cmd_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c index e20e3bd101e..e2ba413b835 100644 --- a/src/amd/vulkan/si_cmd_buffer.c +++ b/src/amd/vulkan/si_cmd_buffer.c @@ -923,7 +923,7 @@ static void si_emit_cp_dma_clear_buffer(struct radv_cmd_buffer *cmd_buffer, static void si_cp_dma_prepare(struct radv_cmd_buffer *cmd_buffer, uint64_t byte_count, uint64_t remaining_size, unsigned *flags) { - cmd_buffer->no_draws = false; + /* Flush the caches for the first copy only. * Also wait for the previous CP DMA operations. */ |