Re: [Mesa-dev] [PATCH v2] nvc0: add descriptions for hardware perf counters/metrics

2016-05-25 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin Of course if these aren't used, you can just have the macro take the extra parameter and do nothing with it. Your call. On Wed, May 25, 2016 at 2:58 PM, Samuel Pitoiset wrote: > The GALLIUM_HUD does not yet expose a description for each events, but > this might be usefu

[Mesa-dev] [PATCH v2] nvc0: add descriptions for hardware perf counters/metrics

2016-05-25 Thread Samuel Pitoiset
The GALLIUM_HUD does not yet expose a description for each events, but this might be useful for developers who want to have a long description of hw perf counters directly in the source code. v2: - add static const for the arrays of queries/metrics - add spaces before quotes Signed-off-by: Sa