mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
radeonsi: restore si_emit_cache_flush call at the end of IBs
Fixes: 918b798668 "radeonsi: make sure CP DMA is idle at the end of IBs"
This commit is contained in:
parent
f2c6a55061
commit
976db661ff
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ void si_flush_gfx_cs(struct si_context *ctx, unsigned flags,
|
|||
if (ctx->chip_class >= CIK)
|
||||
si_cp_dma_wait_for_idle(ctx);
|
||||
|
||||
si_emit_cache_flush(ctx);
|
||||
|
||||
if (ctx->current_saved_cs) {
|
||||
si_trace_emit(ctx);
|
||||
si_log_hw_flush(ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue