From 4f7fe2cf2cb16ac27ea0f6cc0da84ee2c64c3754 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 13 Mar 2013 12:59:33 -0400 Subject: [PATCH] radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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) -- 2.30.2