Nothing to see here, please move along.

References: https://bugs.freedesktop.org/show_bug.cgi?id=110882
Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuopp...@linux.intel.com>
Cc: Martin Peres <martin.pe...@linux.intel.com>
---
 tests/i915/gem_mmap_gtt.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/i915/gem_mmap_gtt.c b/tests/i915/gem_mmap_gtt.c
index 034658e64..6f3a9c36e 100644
--- a/tests/i915/gem_mmap_gtt.c
+++ b/tests/i915/gem_mmap_gtt.c
@@ -656,6 +656,9 @@ test_huge_copy(int fd, int huge, int tiling_a, int 
tiling_b, int ncpus)
        uint64_t huge_object_size, i;
        unsigned mode = CHECK_RAM;
 
+       igt_fail_on_f(intel_gen(devid) >= 11 && ncpus > 1,
+                     "Please adjust your expectations, 
https://bugs.freedesktop.org/show_bug.cgi?id=110882\n";);
+
        switch (huge) {
        case -2:
                huge_object_size = gem_mappable_aperture_size() / 4;
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to