Re: [Mesa-dev] [PATCH 00/13] RadeonSI cache flushing improvements for CIK

2015-01-05 Thread Michel Dänzer
On 06.01.2015 05:20, Marek Olšák wrote: > Hi, > > The motivation for this patch series is to reduce the number of TC L2 > cache flushes. > > The result is that TC L2 is only flushed at IB boundary and when the > framebuffer is changed. This is achieved by switching all clients to > use the cache,

[Mesa-dev] [PATCH 00/13] RadeonSI cache flushing improvements for CIK

2015-01-05 Thread Marek Olšák
Hi, The motivation for this patch series is to reduce the number of TC L2 cache flushes. The result is that TC L2 is only flushed at IB boundary and when the framebuffer is changed. This is achieved by switching all clients to use the cache, so that all data is coherent between clients. In thi