Re: [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Split preemption smoke test into threads

2018-10-01 Thread Tvrtko Ursulin
On 01/10/2018 13:32, Chris Wilson wrote: When submitting chains to each engine, we can do so (mostly) in parallel, so delegate submission to threads on a per-engine basis. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/intel_lrc.c | 73 ++ 1 file

[Intel-gfx] [PATCH 1/4] drm/i915/selftests: Split preemption smoke test into threads

2018-10-01 Thread Chris Wilson
When submitting chains to each engine, we can do so (mostly) in parallel, so delegate submission to threads on a per-engine basis. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/intel_lrc.c | 73 ++ 1 file changed, 61 insertions(+), 12 deletions(-) diff

Re: [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Split preemption smoke test into threads

2018-10-01 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-10-01 11:38:37) > > On 28/09/2018 14:58, Chris Wilson wrote: > > When submitting chains to each engine, we can do so (mostly) in > > parallel, so delegate submission to threads on a per-engine basis. > > > > Signed-off-by: Chris Wilson > > --- > >

Re: [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Split preemption smoke test into threads

2018-10-01 Thread Tvrtko Ursulin
On 28/09/2018 14:58, Chris Wilson wrote: When submitting chains to each engine, we can do so (mostly) in parallel, so delegate submission to threads on a per-engine basis. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/intel_lrc.c | 73 ++ 1 file

[Intel-gfx] [PATCH 1/4] drm/i915/selftests: Split preemption smoke test into threads

2018-09-28 Thread Chris Wilson
When submitting chains to each engine, we can do so (mostly) in parallel, so delegate submission to threads on a per-engine basis. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/intel_lrc.c | 73 ++ 1 file changed, 61 insertions(+), 12 deletions(-) diff