The parallel execution test in gem_exec_nop is unrealistic, and
in fact chooses a pessimal distribution of work to multiple engines.
The first patch in this sequence adapts it to send multiple batches
(currently 64) to each engine, in a round-robin fashion, thus keeping
the engines fed adequately with workstreams.

The second patch simply changes the output of this same test to make
it more obvious what measurements are made and what results can be
calculated from them.

Dave Gordon (2):
  igt/gem_exec_nop: add burst submission to parallel execution test
  igt/gem_exec_nop: clarify & extend output from parallel execution test

 tests/gem_exec_nop.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to