Re: [Mesa-dev] [PATCH 0/9] RadeonSI cache flush optimizations

2017-06-19 Thread Nicolai Hähnle
On 16.06.2017 14:57, Marek Olšák wrote: Hi, This series: - reworks CB (MSAA-only) and DB flushes - removes L2 flushes for CP packets and indirect buffers for GFX9 - enables the constant engine for GFX9 (yay!) - removes all flushes and waits from the end of IBs (relying on the kernel fence to

[Mesa-dev] [PATCH 0/9] RadeonSI cache flush optimizations

2017-06-16 Thread Marek Olšák
Hi, This series: - reworks CB (MSAA-only) and DB flushes - removes L2 flushes for CP packets and indirect buffers for GFX9 - enables the constant engine for GFX9 (yay!) - removes all flushes and waits from the end of IBs (relying on the kernel fence to do that) The rework of CB and DB flushes