Re: [Intel-gfx] [PATCH i-g-t] tests: Add gem_exec_nop_concurrent test

2015-10-16 Thread Thomas Wood
On 15 October 2015 at 09:05, Derek Morton wrote: > This test is based on gem_exec_nop but submits nop batch buffers concurrently > from different threads to check for ring hangs and other issues during > concurrent submissions. Is there any reason not to include this as

Re: [Intel-gfx] [PATCH i-g-t] tests: Add gem_exec_nop_concurrent test

2015-10-16 Thread Chris Wilson
On Fri, Oct 16, 2015 at 02:00:42PM +0100, Thomas Wood wrote: > On 15 October 2015 at 09:05, Derek Morton wrote: > > This test is based on gem_exec_nop but submits nop batch buffers > > concurrently > > from different threads to check for ring hangs and other issues

Re: [Intel-gfx] [PATCH i-g-t] tests: Add gem_exec_nop_concurrent test

2015-10-16 Thread Morton, Derek J
> >On Fri, Oct 16, 2015 at 02:00:42PM +0100, Thomas Wood wrote: >> On 15 October 2015 at 09:05, Derek Morton wrote: >> > This test is based on gem_exec_nop but submits nop batch buffers >> > concurrently from different threads to check for ring hangs and >> > other

[Intel-gfx] [PATCH i-g-t] tests: Add gem_exec_nop_concurrent test

2015-10-15 Thread Derek Morton
This test is based on gem_exec_nop but submits nop batch buffers concurrently from different threads to check for ring hangs and other issues during concurrent submissions. Signed-off-by: Derek Morton --- tests/.gitignore| 1 + tests/Makefile.sources