From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>, intel-gfx@lists.freedesktop.org
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] i915/query: Update topology info to match reality
Date: Sat, 2 Feb 2019 12:05:31 +0000 [thread overview]
Message-ID: <5cc6192c-20a6-ddbb-0c72-3016b2c6e1be@intel.com> (raw)
In-Reply-To: <20190201130751.21587-1-chris@chris-wilson.co.uk>
On 01/02/2019 13:07, Chris Wilson wrote:
> 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>
Thanks Chris, I see it in the documented configurations :
Reviewed-by: 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);
_______________________________________________
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-02 12:05 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 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
2019-02-02 12:05 ` Lionel Landwerlin [this message]
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=5cc6192c-20a6-ddbb-0c72-3016b2c6e1be@intel.com \
--to=lionel.g.landwerlin@intel.com \
--cc=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