Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

2016-08-03 Thread Antoine, Peter
gust 2, 2016 3:37 PM > To: Antoine, Peter > Cc: Chris Wilson ; > intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the > amount of cascading failures > > On Mon, Aug 01, 2016 at 10:33:17AM +0100, Peter Antoine wrote: > > On

Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

2016-08-03 Thread Daniel Vetter
ging the above with a bit of documentation to explain it. -Daniel > > Peter. > > -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter > Sent: Tuesday, August 2, 2016 3:37 PM > To: Antoine, Peter > Cc: Chris Wilson ; int

Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

2016-08-02 Thread Antoine, Peter
, Peter Cc: Chris Wilson ; intel-gfx@lists.freedesktop.org Subject: Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures On Mon, Aug 01, 2016 at 10:33:17AM +0100, Peter Antoine wrote: > On Mon, 1 Aug 2016, Chris Wilson wrote: > > > On Fri, Jul 29, 20

Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

2016-08-02 Thread Daniel Vetter
On Mon, Aug 01, 2016 at 10:33:17AM +0100, Peter Antoine wrote: > On Mon, 1 Aug 2016, Chris Wilson wrote: > > > On Fri, Jul 29, 2016 at 10:34:36AM +0100, Peter Antoine wrote: > > > If one of the previous tests fails then the following tests fail. > > > This patch means that the following tests do n

Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

2016-08-01 Thread Peter Antoine
On Mon, 1 Aug 2016, Chris Wilson wrote: On Fri, Jul 29, 2016 at 10:34:36AM +0100, Peter Antoine wrote: If one of the previous tests fails then the following tests fail. This patch means that the following tests do not fail when the previous test fails (for some cases). The problem is just gem

Re: [Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

2016-08-01 Thread Chris Wilson
On Fri, Jul 29, 2016 at 10:34:36AM +0100, Peter Antoine wrote: > If one of the previous tests fails then the following tests fail. > This patch means that the following tests do not fail when the previous > test fails (for some cases). The problem is just gem_mocs_settings hasn't split its tests u

[Intel-gfx] [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

2016-07-29 Thread Peter Antoine
If one of the previous tests fails then the following tests fail. This patch means that the following tests do not fail when the previous test fails (for some cases). Signed-off-by: Peter Antoine --- lib/igt_aux.c | 67 +++ lib/igt_aux.h