Re: [Mesa-dev] [PATCH 0/8] radeonsi: Implement AMD_performance_monitor

2015-11-25 Thread Nicolai Hähnle
On 24.11.2015 17:20, Marek Olšák wrote: On Tue, Nov 24, 2015 at 5:08 PM, Ilia Mirkin wrote: On Tue, Nov 24, 2015 at 11:00 AM, Nicolai Hähnle wrote: One annoyance of the series as it currently stands is that exposing thousands of counters affects the context creation time due to the way the Me

Re: [Mesa-dev] [PATCH 0/8] radeonsi: Implement AMD_performance_monitor

2015-11-24 Thread Marek Olšák
On Tue, Nov 24, 2015 at 5:08 PM, Ilia Mirkin wrote: > On Tue, Nov 24, 2015 at 11:00 AM, Nicolai Hähnle wrote: >> One annoyance of the series as it currently stands is that exposing thousands >> of counters affects the context creation time due to the way the Mesa state >> tracker initializes itse

Re: [Mesa-dev] [PATCH 0/8] radeonsi: Implement AMD_performance_monitor

2015-11-24 Thread Ilia Mirkin
On Tue, Nov 24, 2015 at 11:00 AM, Nicolai Hähnle wrote: > One annoyance of the series as it currently stands is that exposing thousands > of counters affects the context creation time due to the way the Mesa state > tracker initializes itself, especially given that this is a feature that > isn't u

[Mesa-dev] [PATCH 0/8] radeonsi: Implement AMD_performance_monitor

2015-11-24 Thread Nicolai Hähnle
Hi, with this series, a first batch of performance counters are usable on CIK+. The registers and programming are slightly different on SI, so support for that might come later. This doesn't cover all hardware blocks with performance counters, in particular some compute and video blocks are missi