Re: [Mesa-dev] [PATCH] etnaviv: fix some pm query issues

2019-06-02 Thread Christian Gmeiner
Am Fr., 31. Mai 2019 um 18:05 Uhr schrieb Lucas Stach : > > The offsets to read the query results were off-by-one, which causes the > counters to report bogus increasing values. > > Also the counter result is u32, so we need to initialize the query type > to reflect that. > > Signed-off-by: Lucas

[Mesa-dev] [PATCH] etnaviv: fix some pm query issues

2019-05-31 Thread Lucas Stach
The offsets to read the query results were off-by-one, which causes the counters to report bogus increasing values. Also the counter result is u32, so we need to initialize the query type to reflect that. Signed-off-by: Lucas Stach --- This only fixes the obvious issues. I still believe there