mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV case
We set the cp_coher_cntl bits but never emit them. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jerome Glisse <jglisse@redhat.com> Reviewed-by: Marek Olšák <maraeo@gmail.com>
This commit is contained in:
parent
d54bc5d227
commit
e5e4c07e79
1 changed files with 1 additions and 0 deletions
|
|
@ -680,6 +680,7 @@ void r600_flush_emit(struct r600_context *rctx)
|
|||
S_0085F0_TC_ACTION_ENA(1) |
|
||||
S_0085F0_FULL_CACHE_ENA(1);
|
||||
}
|
||||
emit_flush = 1;
|
||||
}
|
||||
|
||||
if (rctx->flags & R600_CONTEXT_INVAL_READ_CACHES) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue