[igt-dev] [PATCH i-g-t v3 0/2] tests/kms_flip: Binary mode optimizations

Mika Kahola mika.kahola at intel.com
Thu Aug 9 10:12:32 UTC 2018


kms_flip in binary mode takes considerable amount of time to complete.
These couple of patches introduces optimizations to the test. The first
patch sets the subtest duration to be a configurable command line parameter.
The second patch suggests the change in execution order so that all basic
subtests are executed first and after that move on to execute 2X tests.

The binary mode execution time on GLK platform reduced from 1189 seconds
down to 536 seconds (2X tests skipped as test platform had only 1 display
connected)

For VIZ-14324

v2: Execute subtest once by default
v3: For jitter copmutation, increase default timeout for subtests to
    3 seconds (Ville)

Mika Kahola (2):
  tests/kms_flip: Set duration for subtest from command line
  tests/kms_flip: Change 2x tests execution order

 tests/kms_flip.c | 131 ++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 86 insertions(+), 45 deletions(-)

-- 
2.7.4



More information about the igt-dev mailing list