summaryrefslogtreecommitdiff
path: root/tests/i915/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/query.c')
-rw-r--r--tests/i915/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i915/query.c b/tests/i915/query.c
index 3e7fd140..7d0c0e3a 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);