Re: [Mesa-dev] [PATCH 00/19] intel: extract performance query code

2018-06-18 Thread Lionel Landwerlin
I forgot that the last patch won't make it (too big). The branch is here : https://github.com/djdeath/mesa/tree/wip/djdeath/perf-extract Cheers, - Lionel On 18/06/18 18:39, Lionel Landwerlin wrote: Hi all, This series can be broken in 3 parts : - Making the performace query code API

[Mesa-dev] [PATCH 00/19] intel: extract performance query code

2018-06-18 Thread Lionel Landwerlin
Hi all, This series can be broken in 3 parts : - Making the performace query code API agnostic so that it can be reused on other APIs (patches 1 -> 10) - Adding a new pma stall metric on gen 8 & 9 (patches 17) - Adding performance query support on gen 11 (patch 19) Cheers