From: Matthew Auld <matthew.auld@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Matt Roper <matthew.d.roper@intel.com>
Subject: [PATCH i-g-t 2/2] tests/intel/xe_pat: account for Wa_16023588340
Date: Wed, 19 Jun 2024 15:35:42 +0100 [thread overview]
Message-ID: <20240619143542.110461-2-matthew.auld@intel.com> (raw)
In-Reply-To: <20240619143542.110461-1-matthew.auld@intel.com>
We can't use the CLOS3 entries on BMG g21.
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
---
tests/intel/xe_pat.c | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/tests/intel/xe_pat.c b/tests/intel/xe_pat.c
index fe6a367aa..82155f1d5 100644
--- a/tests/intel/xe_pat.c
+++ b/tests/intel/xe_pat.c
@@ -929,6 +929,18 @@ const struct pat_index_entry xe2_pat_index_modes[] = {
{ NULL, 31, false, "c3-2way", XE_COH_AT_LEAST_1WAY },
};
+const struct pat_index_entry bmg_g21_pat_index_modes[] = {
+ XE_COMMON_PAT_INDEX_MODES,
+
+ /* Too many, just pick some of the interesting ones */
+ { NULL, 1, false, "1way", XE_COH_AT_LEAST_1WAY },
+ { NULL, 2, false, "2way", XE_COH_AT_LEAST_1WAY },
+ { NULL, 2, false, "2way-cpu-wc", XE_COH_AT_LEAST_1WAY, true },
+ { NULL, 5, false, "uc-1way", XE_COH_AT_LEAST_1WAY },
+ { NULL, 12, true, "uc-comp", XE_COH_NONE },
+ { NULL, 27, false, "c2-2way", XE_COH_AT_LEAST_1WAY },
+};
+
/*
* Depending on 2M/1G GTT pages we might trigger different PTE layouts for the
* PAT bits, so make sure we test with and without huge-pages. Also ensure we
@@ -1169,8 +1181,13 @@ igt_main_args("V", NULL, help_str, opt_handler, NULL)
igt_subtest_with_dynamic("pat-index-xe2") {
igt_require(intel_get_device_info(dev_id)->graphics_ver >= 20);
igt_assert(HAS_FLATCCS(dev_id));
- subtest_pat_index_modes_with_regions(fd, xe2_pat_index_modes,
- ARRAY_SIZE(xe2_pat_index_modes));
+
+ if (intel_graphics_ver(dev_id) == IP_VER(20, 1))
+ subtest_pat_index_modes_with_regions(fd, bmg_g21_pat_index_modes,
+ ARRAY_SIZE(bmg_g21_pat_index_modes));
+ else
+ subtest_pat_index_modes_with_regions(fd, xe2_pat_index_modes,
+ ARRAY_SIZE(xe2_pat_index_modes));
}
igt_subtest("display-vs-wb-transient")
--
2.45.1
next prev parent reply other threads:[~2024-06-19 14:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-19 14:35 [PATCH i-g-t 1/2] lib/intel_pat: account for Wa_16023588340 Matthew Auld
2024-06-19 14:35 ` Matthew Auld [this message]
2024-06-21 20:40 ` [PATCH i-g-t 2/2] tests/intel/xe_pat: " Matt Roper
2024-06-19 19:51 ` ✓ CI.xeBAT: success for series starting with [i-g-t,1/2] lib/intel_pat: " Patchwork
2024-06-19 20:00 ` ✓ Fi.CI.BAT: " Patchwork
2024-06-20 0:08 ` ✓ Fi.CI.IGT: " Patchwork
2024-06-20 3:31 ` ✗ CI.xeFULL: failure " Patchwork
2024-06-21 20:40 ` [PATCH i-g-t 1/2] " Matt Roper
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=20240619143542.110461-2-matthew.auld@intel.com \
--to=matthew.auld@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=matthew.d.roper@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