Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t v3 00/28] Second part of DG2 OA tests
Date: Fri, 28 Oct 2022 18:06:42 -0700	[thread overview]
Message-ID: <87bkpve8v1.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20221028195258.106453-1-umesh.nerlige.ramappa@intel.com>

On Fri, 28 Oct 2022 12:52:30 -0700, Umesh Nerlige Ramappa wrote:
>
> Add tests for changes in perf OA for DG2.This is part 2 of "Add DG2 OA
> test"

This is now merged. The only concern is there are these rather larege new
generated files:

2343886 Oct 28 17:55 i915_perf_metrics_acmgt1.c
3737045 Oct 28 17:55 i915_perf_metrics_acmgt2.c
7232473 Oct 28 17:55 i915_perf_metrics_acmgt3.c

which seem to be increasing the compile time a fair bit unless we have
ccache etc. turned on. So just a heads up about that.

Thanks.
--
Ashutosh

      parent reply	other threads:[~2022-10-29  1:06 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28 19:52 [igt-dev] [PATCH i-g-t v3 00/28] Second part of DG2 OA tests Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 01/28] lib/i915/perf-config: Bump up the soversion Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 02/28] i915/perf: Check regularly if we are done reading reports Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 03/28] i915/perf: Fix OA short_reads test Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 04/28] i915/perf: Check return value from getparam Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 05/28] i915/perf: Skip sseu-config tests for gfx12.50+ Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 06/28] i915/perf: Account for OA sampling interval in polling test Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 07/28] i915/perf: Define OA report types and fix oa-formats test Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 08/28] i915/perf: Use ARRAY_SIZE consistently for num_properties Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 09/28] i915/perf: Use gt in perf tests and lib Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 10/28] i915/perf: Explicitly state rendercopy needs for a test Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 11/28] i915/perf: Skip tests that use rendercopy Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 12/28] i915/perf: Add OA formats for DG2 Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 13/28] i915/perf: Fix CS timestamp vs OA timstamp mismatch Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 14/28] lib/i915/perf: implement report accumulation for new format Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 15/28] tools/i915-perf-recorder: add ability to select device Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 16/28] lib/i915/perf: fixup report validity Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 17/28] lib/i915/perf: add a helper to read timestamps Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 18/28] lib/i915/perf: store bit shifting required for OA timestamps Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 19/28] lib/i915/perf: indentation fix Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 20/28] tools/i915-perf-recorder: capture OA & CS frequencies Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 21/28] tools/i915-perf: make timestamp range easier to compare Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 22/28] tools/i915-perf: printout CPU clock used Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 23/28] tools/i915-perf: record remaining perf data on exit Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 24/28] lib/i915/perf: add a raw timestamp utility Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 25/28] lib/i915/perf: add helper function to get report reason Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 26/28] tools/i915-perf: add option to printout reports data Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 27/28] lib/i915: add new ACM/DG2 format in codegen Umesh Nerlige Ramappa
2022-10-28 19:52 ` [igt-dev] [PATCH i-g-t v3 28/28] lib/i915/perf: configure OA timestamp shift and mask for ACM Umesh Nerlige Ramappa
2022-10-29  0:01 ` [igt-dev] ✗ Fi.CI.BAT: failure for Second part of DG2 OA tests (rev3) Patchwork
2022-10-29  1:06 ` Dixit, Ashutosh [this message]

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=87bkpve8v1.wl-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=umesh.nerlige.ramappa@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