Hi, This series has been used by a few people for some time already. Now that the kernel patches are making their way to upstream, here are the userspace side ones.
This series depends on [1] which includes kernel header files to the tree, so we don't have to depend on a specific version of libdrm to have this compile. Cheers, [1] : https://patchwork.freedesktop.org/series/25801/ Lionel Landwerlin (6): intel: common: add flag to identify platforms by name i965: perf: fix codegen with single operand equation i965: perf: keep on reading reports until delimiting timestamp i965: use gen_device_info rather then brw_context i965: perf: add support for Kabylake i965: perf: add support for Geminilake Robert Bragg (4): i965: Add Gen8+ sys_vars for generated OA code i965: Add XML OA metric sets for Gen8+ i965: Add Gen8+ INTEL_performance_query support i965: ensure isolated timer reports while idle don't confuse filtering src/intel/common/gen_device_info.c | 23 +- src/intel/common/gen_device_info.h | 3 + src/mesa/drivers/dri/i965/Makefile.am | 17 +- src/mesa/drivers/dri/i965/Makefile.sources | 20 +- src/mesa/drivers/dri/i965/brw_context.h | 3 + src/mesa/drivers/dri/i965/brw_defines.h | 6 + src/mesa/drivers/dri/i965/brw_oa.py | 4 +- src/mesa/drivers/dri/i965/brw_oa_bdw.xml | 15051 ++++++++++++++++++++ src/mesa/drivers/dri/i965/brw_oa_bxt.xml | 9211 ++++++++++++ src/mesa/drivers/dri/i965/brw_oa_chv.xml | 9569 +++++++++++++ src/mesa/drivers/dri/i965/brw_oa_glk.xml | 9124 ++++++++++++ src/mesa/drivers/dri/i965/brw_oa_hsw.xml | 26 +- src/mesa/drivers/dri/i965/brw_oa_kblgt2.xml | 10455 ++++++++++++++ src/mesa/drivers/dri/i965/brw_oa_kblgt3.xml | 10500 ++++++++++++++ src/mesa/drivers/dri/i965/brw_oa_sklgt2.xml | 10925 ++++++++++++++ src/mesa/drivers/dri/i965/brw_oa_sklgt3.xml | 10499 ++++++++++++++ src/mesa/drivers/dri/i965/brw_oa_sklgt4.xml | 10522 ++++++++++++++ src/mesa/drivers/dri/i965/brw_performance_query.c | 436 +- 18 files changed, 96326 insertions(+), 68 deletions(-) create mode 100644 src/mesa/drivers/dri/i965/brw_oa_bdw.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_bxt.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_chv.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_glk.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_kblgt2.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_kblgt3.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_sklgt2.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_sklgt3.xml create mode 100644 src/mesa/drivers/dri/i965/brw_oa_sklgt4.xml -- 2.11.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev