Re: [Intel-gfx] [PATCH igt 1/3] benchmark/gem_busy: Compare polling with syncobj_wait

2017-09-28 Thread Chris Wilson
Quoting Tvrtko Ursulin (2017-09-28 10:16:58) > > On 28/09/2017 10:07, Chris Wilson wrote: > > Quoting Tvrtko Ursulin (2017-09-28 07:53:56) > >> > >> On 25/09/2017 21:26, Chris Wilson wrote: > >>> Signed-off-by: Chris Wilson > >>> --- > >>>benchmarks/gem_busy.c | 73

Re: [Intel-gfx] [PATCH igt 1/3] benchmark/gem_busy: Compare polling with syncobj_wait

2017-09-28 Thread Tvrtko Ursulin
On 28/09/2017 10:07, Chris Wilson wrote: Quoting Tvrtko Ursulin (2017-09-28 07:53:56) On 25/09/2017 21:26, Chris Wilson wrote: Signed-off-by: Chris Wilson --- benchmarks/gem_busy.c | 73 ++- 1 file changed, 72

Re: [Intel-gfx] [PATCH igt 1/3] benchmark/gem_busy: Compare polling with syncobj_wait

2017-09-28 Thread Chris Wilson
Quoting Tvrtko Ursulin (2017-09-28 07:53:56) > > On 25/09/2017 21:26, Chris Wilson wrote: > > Signed-off-by: Chris Wilson > > --- > > benchmarks/gem_busy.c | 73 > > ++- > > 1 file changed, 72 insertions(+), 1

Re: [Intel-gfx] [PATCH igt 1/3] benchmark/gem_busy: Compare polling with syncobj_wait

2017-09-28 Thread Tvrtko Ursulin
On 25/09/2017 21:26, Chris Wilson wrote: Signed-off-by: Chris Wilson --- benchmarks/gem_busy.c | 73 ++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/benchmarks/gem_busy.c b/benchmarks/gem_busy.c

[Intel-gfx] [PATCH igt 1/3] benchmark/gem_busy: Compare polling with syncobj_wait

2017-09-25 Thread Chris Wilson
Signed-off-by: Chris Wilson --- benchmarks/gem_busy.c | 73 ++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/benchmarks/gem_busy.c b/benchmarks/gem_busy.c index f050454b..9649ea02 100644 ---