On 10/06/2019 15:55, Chris Wilson wrote:
> Nothing to see here, please move along.
> 
> XXX: Update with better bugzilla

https://bugs.freedesktop.org/show_bug.cgi?id=110882

> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107713#c125
> 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..c3cb5db2d 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=107713#c125\n";);
> +
>       switch (huge) {
>       case -2:
>               huge_object_size = gem_mappable_aperture_size() / 4;
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to