Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t v2 0/8] lib/i915/perf: Add new platform metrics
Date: Mon, 31 Aug 2020 15:20:57 -0700	[thread overview]
Message-ID: <87h7siqwxi.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20200831150951.357727-1-lionel.g.landwerlin@intel.com>

On Mon, 31 Aug 2020 08:09:43 -0700, Lionel Landwerlin wrote:
>
> Hi all,
>
> Now with a commit from the kernel breaking the PCI-ids for TGL.

For the series:

Acked-by: Ashutosh Dixit <ashutosh.dixit@intel.com>

>
> 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
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2020-08-31 22:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31 15:09 [igt-dev] [PATCH i-g-t v2 0/8] lib/i915/perf: Add new platform metrics Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 1/8] lib/i915_perf: drop dependency on libigt Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 2/8] lib/i915/perf: fixup converter script Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 3/8] lib/i915/perf: small ICL equation refactor Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 4/8] pciids/i915: break TGL into GT1/2 Lionel Landwerlin
2020-08-31 22:20   ` Dixit, Ashutosh
2020-09-03 15:50   ` Umesh Nerlige Ramappa
2020-09-03 15:55     ` Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 5/8] lib/i915/perf: break TGL metrics in 2 Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 6/8] lib/i915/perf: add AsyncCompute metrics Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 7/8] lib/i915/perf: Add Rocketlake metrics Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 8/8] lib/i915/perf: Add DG1 metrics Lionel Landwerlin
2020-08-31 16:00 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/i915/perf: Add new platform metrics (rev2) Patchwork
2020-08-31 22:20 ` Dixit, Ashutosh [this message]
2020-08-31 23:50 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h7siqwxi.wl-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=lionel.g.landwerlin@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox