diff options
Diffstat (limited to 'src/gallium/drivers/radeonsi/radeonsi_pm4.c')
-rw-r--r-- | src/gallium/drivers/radeonsi/radeonsi_pm4.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pm4.c b/src/gallium/drivers/radeonsi/radeonsi_pm4.c index 8e01738253e..e7441fed82a 100644 --- a/src/gallium/drivers/radeonsi/radeonsi_pm4.c +++ b/src/gallium/drivers/radeonsi/radeonsi_pm4.c @@ -139,12 +139,6 @@ void si_pm4_inval_texture_cache(struct si_pm4_state *state) state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1); } -void si_pm4_inval_vertex_cache(struct si_pm4_state *state) -{ - /* Some GPUs don't have the vertex cache and must use the texture cache instead. */ - state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1); -} - void si_pm4_inval_fb_cache(struct si_pm4_state *state, unsigned nr_cbufs) { state->cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1); |