[Intel-gfx] [PATCH i-g-t 13/16] i915: Add gem_exec_balancer

2019-05-08 Thread Chris Wilson
Exercise the in-kernel load balancer checking that we can distribute batches across the set of ctx->engines to avoid load. Signed-off-by: Chris Wilson --- tests/Makefile.am |1 + tests/Makefile.sources |1 + tests/i915/gem_exec_balancer.c | 1050 +

Re: [Intel-gfx] [PATCH i-g-t 13/16] i915: Add gem_exec_balancer

2019-05-15 Thread Tvrtko Ursulin
On 08/05/2019 11:09, Chris Wilson wrote: Exercise the in-kernel load balancer checking that we can distribute batches across the set of ctx->engines to avoid load. Signed-off-by: Chris Wilson --- tests/Makefile.am |1 + tests/Makefile.sources |1 + tests/i915/g

Re: [Intel-gfx] [PATCH i-g-t 13/16] i915: Add gem_exec_balancer

2019-05-15 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-05-15 11:49:45) > > On 08/05/2019 11:09, Chris Wilson wrote: > > Exercise the in-kernel load balancer checking that we can distribute > > batches across the set of ctx->engines to avoid load. > > > > Signed-off-by: Chris Wilson > > --- > > tests/Makefile.am

Re: [Intel-gfx] [PATCH i-g-t 13/16] i915: Add gem_exec_balancer

2019-05-16 Thread Tvrtko Ursulin
On 15/05/2019 20:50, Chris Wilson wrote: Quoting Tvrtko Ursulin (2019-05-15 11:49:45) On 08/05/2019 11:09, Chris Wilson wrote: Exercise the in-kernel load balancer checking that we can distribute batches across the set of ctx->engines to avoid load. Signed-off-by: Chris Wilson --- tests/