mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
radeonsi: fix missing num_L2_invalidates increment
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
c503381864
commit
6743dc01fd
1 changed files with 1 additions and 0 deletions
|
|
@ -993,6 +993,7 @@ void si_emit_cache_flush(struct si_context *sctx)
|
|||
rctx->flags &= ~(SI_CONTEXT_INV_GLOBAL_L2 |
|
||||
SI_CONTEXT_WRITEBACK_GLOBAL_L2 |
|
||||
SI_CONTEXT_INV_VMEM_L1);
|
||||
sctx->b.num_L2_invalidates++;
|
||||
}
|
||||
|
||||
/* Allocate memory for the fence. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue