Some of the big patches got caught.
You can find this series here : https://github.com/djdeath/mesa/tree/wip/djdeath/oa-userspace-configs

-
Lionel

On 13/11/17 14:58, Lionel Landwerlin wrote:
Hi,

Although the main point of this series is to add performance queries
for Coffeelake. This series also brings the following :

  1. Fix a number of Media/VME counters
  2. Rename some counter descriptions
  3. Add userspace loading of config not already present
  4. Add newer busyness configs (allowed by 3)

Cheers,

Lionel Landwerlin (8):
   i965: perf: update configs for loading from userspace
   i965: perf: add support for userspace configurations
   i965: add a debug option to disable oa config loading
   i965: perf: update counter names on gen8/9 platforms
   i965: fix time elapsed counter equations in VME/Media configs
   i965: perf: add busyness metric sets on gen8/9 platforms
   i965: perf: add support for CoffeeLake GT2
   i965: perf: add support for CoffeeLake GT3

  src/intel/common/gen_debug.c                      |     1 +
  src/intel/common/gen_debug.h                      |     2 +-
  src/mesa/drivers/dri/i965/Makefile.am             |     2 +
  src/mesa/drivers/dri/i965/Makefile.sources        |     6 +-
  src/mesa/drivers/dri/i965/brw_oa_bdw.xml          |   295 +-
  src/mesa/drivers/dri/i965/brw_oa_bxt.xml          |   202 +-
  src/mesa/drivers/dri/i965/brw_oa_cflgt2.xml       | 10473 +++++++++++++++++++
  src/mesa/drivers/dri/i965/brw_oa_cflgt3.xml       | 10704 ++++++++++++++++++++
  src/mesa/drivers/dri/i965/brw_oa_chv.xml          |    28 +
  src/mesa/drivers/dri/i965/brw_oa_glk.xml          |    41 +-
  src/mesa/drivers/dri/i965/brw_oa_hsw.xml          |     6 +
  src/mesa/drivers/dri/i965/brw_oa_kblgt2.xml       |   212 +-
  src/mesa/drivers/dri/i965/brw_oa_kblgt3.xml       |   234 +-
  src/mesa/drivers/dri/i965/brw_oa_sklgt2.xml       |   242 +-
  src/mesa/drivers/dri/i965/brw_oa_sklgt3.xml       |   235 +-
  src/mesa/drivers/dri/i965/brw_oa_sklgt4.xml       |   235 +-
  src/mesa/drivers/dri/i965/brw_performance_query.c |   119 +-
  src/mesa/drivers/dri/i965/meson.build             |     2 +-
  18 files changed, 22900 insertions(+), 139 deletions(-)
  create mode 100644 src/mesa/drivers/dri/i965/brw_oa_cflgt2.xml
  create mode 100644 src/mesa/drivers/dri/i965/brw_oa_cflgt3.xml

--
2.15.0


_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to