Re: [Intel-gfx] [PATCH igt] tests/gem_spin_batch: Add multiengine test

2017-04-19 Thread Mika Kuoppala
Chris Wilson writes: > On Thu, Apr 13, 2017 at 01:02:37PM +0300, Mika Kuoppala wrote: >> Parallel spin on all engines. >> >> Signed-off-by: Mika Kuoppala >> --- >> tests/gem_spin_batch.c | 31 +-- >> 1 file

Re: [Intel-gfx] [PATCH igt] tests/gem_spin_batch: Add multiengine test

2017-04-13 Thread Chris Wilson
On Thu, Apr 13, 2017 at 01:02:37PM +0300, Mika Kuoppala wrote: > Parallel spin on all engines. > > Signed-off-by: Mika Kuoppala > --- > tests/gem_spin_batch.c | 31 +-- > 1 file changed, 29 insertions(+), 2 deletions(-) > > diff --git

[Intel-gfx] [PATCH igt] tests/gem_spin_batch: Add multiengine test

2017-04-13 Thread Mika Kuoppala
Parallel spin on all engines. Signed-off-by: Mika Kuoppala --- tests/gem_spin_batch.c | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/tests/gem_spin_batch.c b/tests/gem_spin_batch.c index baf796a..a22da32 100644 ---