From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] i915/query: Update topology info to match reality
Date: Fri, 1 Feb 2019 13:07:51 +0000 [thread overview]
Message-ID: <20190201130751.21587-1-chris@chris-wilson.co.uk> (raw)
In-Reply-To: <20190201124920.21510-1-chris@chris-wilson.co.uk>
CI has a HSW GT1 with a single subslice. Accept this a possible truth
value.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106600
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
tests/i915/query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/query.c b/tests/i915/query.c
index 764adc8fc..9ddd81f10 100644
--- a/tests/i915/query.c
+++ b/tests/i915/query.c
@@ -456,7 +456,7 @@ test_query_topology_known_pci_ids(int fd, int devid)
switch (dev_info->gt) {
case 1:
igt_assert_eq(n_slices, 1);
- igt_assert(n_subslices == 2 || n_subslices == 3);
+ igt_assert(n_subslices == 1 || n_subslices == 2 || n_subslices == 3);
break;
case 2:
igt_assert_eq(n_slices, 1);
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-02-01 13:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-01 12:49 [Intel-gfx] [PATCH i-g-t] i915/query: Update topology info to match reality Chris Wilson
2019-02-01 13:05 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2019-02-01 13:07 ` Chris Wilson [this message]
2019-02-02 12:05 ` [igt-dev] [PATCH i-g-t] " Lionel Landwerlin
2019-02-01 13:56 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/query: Update topology info to match reality (rev2) Patchwork
2019-02-01 16:06 ` [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=20190201130751.21587-1-chris@chris-wilson.co.uk \
--to=chris@chris-wilson.co.uk \
--cc=igt-dev@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
/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