[Mesa-dev] [PATCH v3 3/5] i965: perf: read slice/unslice frequencies from OA reports

2018-04-17 Thread Lionel Landwerlin
v2: Add comment breaking down where the frequency values come from (Ken) Signed-off-by: Lionel Landwerlin --- .../drivers/dri/i965/brw_performance_query.c | 49 +++ .../drivers/dri/i965/brw_performance_query.h | 12 + 2 files changed, 61 insertions(+) diff --git a/src/mesa

Re: [Mesa-dev] [PATCH v3 3/5] i965: perf: read slice/unslice frequencies from OA reports

2018-04-20 Thread Kenneth Graunke
On Tuesday, April 17, 2018 5:24:56 PM PDT Lionel Landwerlin wrote: > v2: Add comment breaking down where the frequency values come from (Ken) > > Signed-off-by: Lionel Landwerlin > --- > .../drivers/dri/i965/brw_performance_query.c | 49 +++ > .../drivers/dri/i965/brw_performanc