Re: [Mesa-dev] [PATCH 04/11] i965: perf: reuse timescale base function from query

2018-03-08 Thread Lionel Landwerlin
On 08/03/18 21:17, Kenneth Graunke wrote: On Thursday, March 8, 2018 7:42:49 AM PST Lionel Landwerlin wrote: We already have the same function in brw_queryobj.c Signed-off-by: Lionel Landwerlin --- src/mesa/drivers/dri/i965/brw_performance_query.c | 13 ++--- 1 file changed, 2 inser

Re: [Mesa-dev] [PATCH 04/11] i965: perf: reuse timescale base function from query

2018-03-08 Thread Kenneth Graunke
On Thursday, March 8, 2018 7:42:49 AM PST Lionel Landwerlin wrote: > We already have the same function in brw_queryobj.c > > Signed-off-by: Lionel Landwerlin > --- > src/mesa/drivers/dri/i965/brw_performance_query.c | 13 ++--- > 1 file changed, 2 insertions(+), 11 deletions(-) > > diff

[Mesa-dev] [PATCH 04/11] i965: perf: reuse timescale base function from query

2018-03-08 Thread Lionel Landwerlin
We already have the same function in brw_queryobj.c Signed-off-by: Lionel Landwerlin --- src/mesa/drivers/dri/i965/brw_performance_query.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_performance_query.c b/src/mesa/drivers/dri/