[PATCH i-g-t 0/6] Modified the tests to reduce the execution time

Nidhi Gupta nidhi1.gupta at intel.com
Thu Jan 5 03:57:53 UTC 2023


Modified few tests to reduce the overall execution time
of the test by restricting all the subtests to execute
only on single pipe instead of all the pipes.

Nidhi Gupta (6):
  tests/i915/kms_mmap_write_crc: Restrict the number of iteration to
    reduce the execution time
  tests/kms_plane_alpha_blend: Restrict the execution of subtest to
    single pipe
  tests/kms_color: Restrict the execution of subtests to single pipe
  tests/kms_plane_scaling: Restrict the execution of subtest to single
    pipe
  tests/kms_pipe_crc_basic: Restrict the execution of subtest to single
    pipe
  tests/kms_async_flips: Restrict the execution of the subtest to single
    pipe

 tests/i915/kms_mmap_write_crc.c |   7 +-
 tests/kms_async_flips.c         |   2 +
 tests/kms_color.c               |   9 +++
 tests/kms_pipe_crc_basic.c      |   6 ++
 tests/kms_plane_alpha_blend.c   |   5 +-
 tests/kms_plane_scaling.c       | 114 +++++++++++++++++++-------------
 6 files changed, 93 insertions(+), 50 deletions(-)

-- 
2.25.1



More information about the Intel-gfx-trybot mailing list