From: Tom Stellard Date: Wed, 13 Mar 2013 16:59:33 +0000 (-0400) Subject: radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cache X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f7fe2cf2cb16ac27ea0f6cc0da84ee2c64c3754;p=mesa.git radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cache Reviewed-by: Alex Deucher Reviewed-by: Michel Dänzer 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)