From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0633C899D6 for ; Mon, 31 Aug 2020 22:20:58 +0000 (UTC) Date: Mon, 31 Aug 2020 15:20:57 -0700 Message-ID: <87h7siqwxi.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20200831150951.357727-1-lionel.g.landwerlin@intel.com> References: <20200831150951.357727-1-lionel.g.landwerlin@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t v2 0/8] lib/i915/perf: Add new platform metrics List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Lionel Landwerlin Cc: igt-dev@lists.freedesktop.org List-ID: 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 > > 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