public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/6] Modified few kms tests to reduce execution time
@ 2023-01-09 13:40 Nidhi Gupta
  2023-01-09 13:40 ` [igt-dev] [PATCH i-g-t 1/6] tests/i915/kms_mmap_write_crc: Restrict the number of iteration to reduce the " Nidhi Gupta
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Nidhi Gupta @ 2023-01-09 13:40 UTC (permalink / raw)
  To: igt-dev

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       | 113 +++++++++++++++++++-------------
 6 files changed, 93 insertions(+), 49 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-10  0:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 13:40 [igt-dev] [PATCH i-g-t 0/6] Modified few kms tests to reduce execution time Nidhi Gupta
2023-01-09 13:40 ` [igt-dev] [PATCH i-g-t 1/6] tests/i915/kms_mmap_write_crc: Restrict the number of iteration to reduce the " Nidhi Gupta
2023-01-09 13:40 ` [igt-dev] [PATCH i-g-t 2/6] tests/kms_plane_alpha_blend: Restrict the execution of subtest to single pipe Nidhi Gupta
2023-01-09 13:40 ` [igt-dev] [PATCH i-g-t 3/6] tests/kms_color: Restrict the execution of subtests " Nidhi Gupta
2023-01-09 13:40 ` [igt-dev] [PATCH i-g-t 4/6] tests/kms_plane_scaling: Restrict the execution of subtest " Nidhi Gupta
2023-01-09 13:40 ` [igt-dev] [PATCH i-g-t 5/6] tests/kms_pipe_crc_basic: " Nidhi Gupta
2023-01-09 13:40 ` [igt-dev] [PATCH i-g-t 6/6] tests/kms_async_flips: Restrict the execution of the " Nidhi Gupta
2023-01-09 18:04 ` [igt-dev] ✓ Fi.CI.BAT: success for Modified few kms tests to reduce execution time Patchwork
2023-01-10  0:23 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox