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

2016-05-25 Thread Samuel Pitoiset
On 05/25/2016 08:52 PM, Ilia Mirkin wrote: On Wed, May 25, 2016 at 2:49 PM, Samuel Pitoiset wrote: 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. S

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

2016-05-25 Thread Ilia Mirkin
On Wed, May 25, 2016 at 2:49 PM, Samuel Pitoiset wrote: > 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. > > Signed-off-by: Samuel Pitoiset > --- >

[Mesa-dev] [PATCH] 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. Signed-off-by: Samuel Pitoiset --- .../drivers/nouveau/nvc0/nvc0_query_hw_metric.c| 65 +++- .../dr