From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Cc: <igt-dev@lists.freedesktop.org>
Subject: Re: [PATCH i-g-t v2 1/4] tests/intel/xe_oa: Fix report dumps in sanity check
Date: Tue, 26 Aug 2025 16:49:28 -0700 [thread overview]
Message-ID: <87frddmynr.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20250826224256.510692-7-umesh.nerlige.ramappa@intel.com>
On Tue, 26 Aug 2025 15:42:58 -0700, Umesh Nerlige Ramappa wrote:
>
> Fix report dumps in sanity check to dump the right amount of dwords.
>
> v2: Fix double dump on Xe2 separately (Ashutosh)
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
>
> Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
> ---
> tests/intel/xe_oa.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
> index c7952c46dc3d..f81e95dcd8d6 100644
> --- a/tests/intel/xe_oa.c
> +++ b/tests/intel/xe_oa.c
> @@ -1052,8 +1052,8 @@ static void pec_sanity_check_reports(const u32 *report0, const u32 *report1,
> return;
> }
>
> - dump_report(report0, set->perf_raw_size, "pec_report0");
> - dump_report(report1, set->perf_raw_size, "pec_report1");
> + dump_report(report0, set->perf_raw_size / 4, "pec_report0");
> + dump_report(report1, set->perf_raw_size / 4, "pec_report1");
>
> pec_sanity_check(report0, report1, set);
> }
> --
> 2.43.0
>
next prev parent reply other threads:[~2025-08-26 23:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-26 22:42 [PATCH i-g-t v2 0/4] IGT xe_oa fixes, debug and new test Umesh Nerlige Ramappa
2025-08-26 22:42 ` [PATCH i-g-t v2 1/4] tests/intel/xe_oa: Fix report dumps in sanity check Umesh Nerlige Ramappa
2025-08-26 23:49 ` Dixit, Ashutosh [this message]
2025-08-26 22:42 ` [PATCH i-g-t v2 2/4] tests/intel/xe_oa: Fix waiting for mmaped reports Umesh Nerlige Ramappa
2025-08-26 22:43 ` [PATCH i-g-t v2 3/4] tests/intel/xe_oa: Add a test for tail address wrap Umesh Nerlige Ramappa
2025-08-27 18:38 ` Dixit, Ashutosh
2025-08-27 23:39 ` Umesh Nerlige Ramappa
2025-08-28 2:30 ` Dixit, Ashutosh
2025-08-28 8:21 ` Kamil Konieczny
2025-08-26 22:43 ` [PATCH i-g-t v2 4/4] tests/intel/xe_oa: Add an option to capture register accesses in ftrace Umesh Nerlige Ramappa
2025-08-26 23:52 ` Dixit, Ashutosh
2025-08-29 22:34 ` Umesh Nerlige Ramappa
2025-08-26 23:22 ` ✓ Xe.CI.BAT: success for IGT xe_oa fixes, debug and new test (rev2) Patchwork
2025-08-26 23:29 ` ✓ i915.CI.BAT: " Patchwork
2025-08-27 10:51 ` ✗ Xe.CI.Full: failure " Patchwork
2025-08-27 11:39 ` ✗ i915.CI.Full: " 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=87frddmynr.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.