Re: [Intel-gfx] [PATCH i-g-t 18/19] i915: Add gem_exec_balancer

2019-03-12 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-03-12 10:23:12) > > On 08/03/2019 18:11, 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 18/19] i915: Add gem_exec_balancer

2019-03-12 Thread Tvrtko Ursulin
On 08/03/2019 18:11, 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/gem

[Intel-gfx] [PATCH i-g-t 18/19] i915: Add gem_exec_balancer

2019-03-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 | 627