Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-16 Thread Chris Wilson
Quoting Antonio Argenziano (2018-08-16 18:42:17) > > > On 16/08/18 00:08, Chris Wilson wrote: > > Quoting Antonio Argenziano (2018-08-16 00:59:30) > >> > >> > >> On 15/08/18 10:24, Chris Wilson wrote: > >>> Quoting Antonio Argenziano (2018-08-15 18:20:10) > > > On 15/08/18 03:26,

Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-16 Thread Antonio Argenziano
On 16/08/18 00:08, Chris Wilson wrote: Quoting Antonio Argenziano (2018-08-16 00:59:30) On 15/08/18 10:24, Chris Wilson wrote: Quoting Antonio Argenziano (2018-08-15 18:20:10) On 15/08/18 03:26, Chris Wilson wrote: Quoting Antonio Argenziano (2018-08-15 00:50:43) On 10/08/18 04:01,

Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-16 Thread Chris Wilson
Quoting Antonio Argenziano (2018-08-16 00:59:30) > > > On 15/08/18 10:24, Chris Wilson wrote: > > Quoting Antonio Argenziano (2018-08-15 18:20:10) > >> > >> > >> On 15/08/18 03:26, Chris Wilson wrote: > >>> Quoting Antonio Argenziano (2018-08-15 00:50:43) > > > On 10/08/18 04:01,

Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-15 Thread Antonio Argenziano
On 15/08/18 10:24, Chris Wilson wrote: Quoting Antonio Argenziano (2018-08-15 18:20:10) On 15/08/18 03:26, Chris Wilson wrote: Quoting Antonio Argenziano (2018-08-15 00:50:43) On 10/08/18 04:01, Chris Wilson wrote: This exercises a special case that may be of interest, waiting for a

Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-15 Thread Chris Wilson
Quoting Antonio Argenziano (2018-08-15 18:20:10) > > > On 15/08/18 03:26, Chris Wilson wrote: > > Quoting Antonio Argenziano (2018-08-15 00:50:43) > >> > >> > >> On 10/08/18 04:01, Chris Wilson wrote: > >>> This exercises a special case that may be of interest, waiting for a > >>> context that

Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-15 Thread Antonio Argenziano
On 15/08/18 03:26, Chris Wilson wrote: Quoting Antonio Argenziano (2018-08-15 00:50:43) On 10/08/18 04:01, Chris Wilson wrote: This exercises a special case that may be of interest, waiting for a context that may be preempted in order to reduce the wait. Signed-off-by: Chris Wilson --- +

Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-15 Thread Chris Wilson
Quoting Antonio Argenziano (2018-08-15 00:50:43) > > > On 10/08/18 04:01, Chris Wilson wrote: > > This exercises a special case that may be of interest, waiting for a > > context that may be preempted in order to reduce the wait. > > > > Signed-off-by: Chris Wilson > > --- > > +

Re: [Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-14 Thread Antonio Argenziano
On 10/08/18 04:01, Chris Wilson wrote: This exercises a special case that may be of interest, waiting for a context that may be preempted in order to reduce the wait. Signed-off-by: Chris Wilson --- tests/gem_sync.c | 146 +++ 1 file changed,

[Intel-gfx] [PATCH i-g-t 1/3] igt/gem_sync: Exercise sync after context switch

2018-08-10 Thread Chris Wilson
This exercises a special case that may be of interest, waiting for a context that may be preempted in order to reduce the wait. Signed-off-by: Chris Wilson --- tests/gem_sync.c | 146 +++ 1 file changed, 146 insertions(+) diff --git