All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v3 00/17] tests: limiting suspend tests
@ 2026-08-21 12:48 Michał Grzelak
  2026-08-21 12:48 ` [PATCH i-g-t v3 01/17] lib/igt_aux: remove typos Michał Grzelak
                   ` (20 more replies)
  0 siblings, 21 replies; 33+ messages in thread
From: Michał Grzelak @ 2026-08-21 12:48 UTC (permalink / raw)
  To: igt-dev; +Cc: nemesa.garg, mohammed.thasleem, karthik.b.s, Michał Grzelak

Next version of [1]. Added one patch for kms_hdr.

BR,
Michał

[1] https://lore.kernel.org/igt-dev/20260807224746.3554064-1-michal.grzelak@intel.com

Michał Grzelak (17):
  lib/igt_aux: remove typos
  lib/igt_kms: s/pipe/crtc/
  tests/kms_async_flips: split outer test loop into two
  tests/kms_async_flips: limit S/R to first and last CRTC
  tests/kms_frontbuffer_tracking: remove TEST_MODE_ITER_BEGIN() from
    `suspend`
  tests/kms_frontbuffer_tracking: remove TEST_MODE_ITER_BEGIN() from
    `fliptrack`
  tests/kms_pipe_crc_basic: limit #crtcs tested during suspend
  tests/kms_psr: limit #outputs tested during suspend
  tests/kms_vblank: split outer test loop into two
  tests/kms_vblank: limit #outputs tested during suspend
  tests/kms_sharpness_filter: fix typo
  tests/kms_sharpness_filter: limit #outputs tested during suspend
  tests/kms_sharpness_filter: limit #crtcs tested during suspend
  tests/kms_ccs: split outer test loop into two
  tests/kms_ccs: limit #outputs tested during suspend
  tests/kms_ccs: limit #crtcs tested during suspend
  tests/kms_hdr: run on 3 outputs when testing suspend

 lib/igt_aux.c                          |  2 +-
 lib/igt_kms.h                          |  2 +-
 tests/intel/kms_ccs.c                  | 88 +++++++++++++++++---------
 tests/intel/kms_frontbuffer_tracking.c | 63 +++++++++++-------
 tests/intel/kms_psr.c                  | 28 +++++++-
 tests/intel/kms_sharpness_filter.c     | 29 ++++++++-
 tests/kms_async_flips.c                | 68 +++++++++++---------
 tests/kms_hdr.c                        | 30 ++++++++-
 tests/kms_pipe_crc_basic.c             | 13 ++++
 tests/kms_vblank.c                     | 58 +++++++++++------
 10 files changed, 275 insertions(+), 106 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2026-08-30 19:55 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 12:48 [PATCH i-g-t v3 00/17] tests: limiting suspend tests Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 01/17] lib/igt_aux: remove typos Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 02/17] lib/igt_kms: s/pipe/crtc/ Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 03/17] tests/kms_async_flips: split outer test loop into two Michał Grzelak
2026-08-30 18:48   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 04/17] tests/kms_async_flips: limit S/R to first and last CRTC Michał Grzelak
2026-08-30 18:54   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 05/17] tests/kms_frontbuffer_tracking: remove TEST_MODE_ITER_BEGIN() from `suspend` Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 06/17] tests/kms_frontbuffer_tracking: remove TEST_MODE_ITER_BEGIN() from `fliptrack` Michał Grzelak
2026-08-29 18:37   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 07/17] tests/kms_pipe_crc_basic: limit #crtcs tested during suspend Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 08/17] tests/kms_psr: limit #outputs " Michał Grzelak
2026-08-29 19:03   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 09/17] tests/kms_vblank: split outer test loop into two Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 10/17] tests/kms_vblank: limit #outputs tested during suspend Michał Grzelak
2026-08-29 20:10   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 11/17] tests/kms_sharpness_filter: fix typo Michał Grzelak
2026-08-27  9:21   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 12/17] tests/kms_sharpness_filter: limit #outputs tested during suspend Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 13/17] tests/kms_sharpness_filter: limit #crtcs " Michał Grzelak
2026-08-21 12:48 ` [PATCH i-g-t v3 14/17] tests/kms_ccs: split outer test loop into two Michał Grzelak
2026-08-30 19:23   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 15/17] tests/kms_ccs: limit #outputs tested during suspend Michał Grzelak
2026-08-30 19:39   ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 16/17] tests/kms_ccs: limit #crtcs " Michał Grzelak
2026-08-30 19:50   ` Thasleem, Mohammed
2026-08-30 19:54     ` Thasleem, Mohammed
2026-08-21 12:48 ` [PATCH i-g-t v3 17/17] tests/kms_hdr: run on 3 outputs when testing suspend Michał Grzelak
2026-08-30 18:25   ` Thasleem, Mohammed
2026-08-21 17:07 ` ✓ Xe.CI.BAT: success for tests: limiting suspend tests (rev2) Patchwork
2026-08-21 17:22 ` ✓ i915.CI.BAT: " Patchwork
2026-08-21 20:57 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-08-21 22:09 ` ✗ i915.CI.Full: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.