mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cache
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com
This commit is contained in:
parent
0ccf82c557
commit
4f7fe2cf2c
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ void si_pm4_inval_shader_cache(struct si_pm4_state *state)
|
|||
void si_pm4_inval_texture_cache(struct si_pm4_state *state)
|
||||
{
|
||||
state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1);
|
||||
state->cp_coher_cntl |= S_0085F0_TCL1_ACTION_ENA(1);
|
||||
}
|
||||
|
||||
void si_pm4_inval_fb_cache(struct si_pm4_state *state, unsigned nr_cbufs)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue