* [PATCH i-g-t] i915/query: Update topology info to match reality
@ 2019-02-01 12:49 Chris Wilson
2019-02-01 13:07 ` Chris Wilson
0 siblings, 1 reply; 3+ messages in thread
From: Chris Wilson @ 2019-02-01 12:49 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
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..949858812 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_sublices == 1 || n_subslices == 2 || n_subslices == 3);
break;
case 2:
igt_assert_eq(n_slices, 1);
--
2.20.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH i-g-t] i915/query: Update topology info to match reality
2019-02-01 12:49 [PATCH i-g-t] i915/query: Update topology info to match reality Chris Wilson
@ 2019-02-01 13:07 ` Chris Wilson
2019-02-02 12:05 ` Lionel Landwerlin
0 siblings, 1 reply; 3+ messages in thread
From: Chris Wilson @ 2019-02-01 13:07 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH i-g-t] i915/query: Update topology info to match reality
2019-02-01 13:07 ` Chris Wilson
@ 2019-02-02 12:05 ` Lionel Landwerlin
0 siblings, 0 replies; 3+ messages in thread
From: Lionel Landwerlin @ 2019-02-02 12:05 UTC (permalink / raw)
To: Chris Wilson, intel-gfx; +Cc: igt-dev
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);
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-02 12:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01 12:49 [PATCH i-g-t] i915/query: Update topology info to match reality Chris Wilson
2019-02-01 13:07 ` Chris Wilson
2019-02-02 12:05 ` Lionel Landwerlin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox