[igt-dev] [PATCH i-g-t v2 0/8] lib/i915/perf: Add new platform metrics

Lionel Landwerlin lionel.g.landwerlin at intel.com
Mon Aug 31 15:09:43 UTC 2020


Hi all,

Now with a commit from the kernel breaking the PCI-ids for TGL.

Cheers,

Lionel Landwerlin (8):
  lib/i915_perf: drop dependency on libigt
  lib/i915/perf: fixup converter script
  lib/i915/perf: small ICL equation refactor
  pciids/i915: break TGL into GT1/2
  lib/i915/perf: break TGL metrics in 2
  lib/i915/perf: add AsyncCompute metrics
  lib/i915/perf: Add Rocketlake metrics
  lib/i915/perf: Add DG1 metrics

 lib/Makefile.am                               |    22 +-
 lib/i915/perf-configs/guids.xml               |   133 +-
 lib/i915/perf-configs/mdapi-xml-convert.py    |     9 +-
 lib/i915/perf-configs/oa-bxt.xml              |   312 +-
 lib/i915/perf-configs/oa-cflgt2.xml           |   312 +-
 lib/i915/perf-configs/oa-cflgt3.xml           |   312 +-
 lib/i915/perf-configs/oa-dg1.xml              | 10755 ++++++++++++++++
 lib/i915/perf-configs/oa-icl.xml              |   348 +-
 lib/i915/perf-configs/oa-kblgt2.xml           |   312 +-
 lib/i915/perf-configs/oa-kblgt3.xml           |   312 +-
 lib/i915/perf-configs/oa-rkl.xml              |  8520 ++++++++++++
 lib/i915/perf-configs/oa-sklgt2.xml           |   312 +-
 lib/i915/perf-configs/oa-sklgt3.xml           |   312 +-
 lib/i915/perf-configs/oa-sklgt4.xml           |   312 +-
 lib/i915/perf-configs/oa-tglgt1.xml           |  8560 ++++++++++++
 .../{oa-tgl.xml => oa-tglgt2.xml}             |   252 +-
 lib/i915/perf-configs/oa_guid_registry.py     |    10 +
 lib/i915/perf-configs/update-guids.py         |     2 +-
 lib/i915/perf.c                               |    20 +-
 lib/i915_pciids.h                             |    14 +-
 lib/intel_device_info.c                       |    15 +-
 lib/meson.build                               |     4 +-
 22 files changed, 30986 insertions(+), 174 deletions(-)
 create mode 100644 lib/i915/perf-configs/oa-dg1.xml
 create mode 100644 lib/i915/perf-configs/oa-rkl.xml
 create mode 100644 lib/i915/perf-configs/oa-tglgt1.xml
 rename lib/i915/perf-configs/{oa-tgl.xml => oa-tglgt2.xml} (98%)

--
2.28.0


More information about the igt-dev mailing list