Re: [Mesa-dev] [PATCH v2 3/7] radeonsi: Add a CACHE_FLUSH event

2015-10-11 Thread Marek Olšák
On Sun, Oct 11, 2015 at 5:38 PM, Bas Nieuwenhuizen wrote: > Needed for various DCC related operations. As invalidating the L2 > cache seems unnecesary, this introduces a new flag to flush the cache > without invalidating the L2 cache. > > Signed-off-by: Bas Nieuwenhuizen > --- > src/gallium/driv

[Mesa-dev] [PATCH v2 3/7] radeonsi: Add a CACHE_FLUSH event

2015-10-11 Thread Bas Nieuwenhuizen
Needed for various DCC related operations. As invalidating the L2 cache seems unnecesary, this introduces a new flag to flush the cache without invalidating the L2 cache. Signed-off-by: Bas Nieuwenhuizen --- src/gallium/drivers/radeonsi/si_pipe.h | 1 + src/gallium/drivers/radeonsi/si_stat