public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons
@ 2019-06-10 12:55 Chris Wilson
  2019-06-10 12:59 ` Martin Peres
  2019-06-10 13:02 ` [PATCH i-g-t v2] " Chris Wilson
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Wilson @ 2019-06-10 12:55 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

Nothing to see here, please move along.

XXX: Update with better bugzilla

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107713#c125
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Martin Peres <martin.peres@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;
-- 
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/gem_mmap_gtt: Disregard forked subtests on ICL for reasons
  2019-06-10 12:55 [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
@ 2019-06-10 12:59 ` Martin Peres
  2019-06-10 13:02 ` [PATCH i-g-t v2] " Chris Wilson
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Peres @ 2019-06-10 12:59 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx; +Cc: igt-dev

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 <chris@chris-wilson.co.uk>
> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
> Cc: Martin Peres <martin.peres@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH i-g-t v2] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons
  2019-06-10 12:55 [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
  2019-06-10 12:59 ` Martin Peres
@ 2019-06-10 13:02 ` Chris Wilson
  1 sibling, 0 replies; 3+ messages in thread
From: Chris Wilson @ 2019-06-10 13:02 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

Nothing to see here, please move along.

References: https://bugs.freedesktop.org/show_bug.cgi?id=110882
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Martin Peres <martin.peres@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-10 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10 12:55 [PATCH i-g-t] i915/gem_mmap_gtt: Disregard forked subtests on ICL for reasons Chris Wilson
2019-06-10 12:59 ` Martin Peres
2019-06-10 13:02 ` [PATCH i-g-t v2] " Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox