Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/7] cleanup and fixes for kms_big_joiner
@ 2024-04-22  5:34 Kunal Joshi
  2024-04-22  5:34 ` [PATCH i-g-t 1/7] lib/igt_kms: don't run on unsupported platform Kunal Joshi
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Kunal Joshi @ 2024-04-22  5:34 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

fixes and cleanup for kms_big_joiner test

Kunal Joshi (7):
  lib/igt_kms: don't run on unsupported platform
  tests/intel/kms_big_joiner: fix crash in multi joiner test
  tests/intel/kms_big_joiner: add missing commit after reset
  lib/igt_kms: add support for forcing bigjoiner on particular connector
  tests/intel/kms_big_joiner: use kmstest_force_connector_bigjoiner
  lib/igt_kms: remove unused igt_force_and_check_bigjoiner_status
  HAX: Do not merge

 lib/igt_kms.c                         | 109 +++++++++++++++++++-------
 lib/igt_kms.h                         |   2 +-
 tests/intel-ci/fast-feedback.testlist |   5 +-
 tests/intel/kms_big_joiner.c          |  28 ++++---
 4 files changed, 102 insertions(+), 42 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH i-g-t 0/7] cleanup and fixes for kms_big_joiner
@ 2024-04-19  6:39 Kunal Joshi
  0 siblings, 0 replies; 18+ messages in thread
From: Kunal Joshi @ 2024-04-19  6:39 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

fixes and cleanup for kms_big_joiner test

Kunal Joshi (7):
  lib/igt_kms: don't run on unsupported platform
  tests/intel/kms_big_joiner: fix crash in multi joiner test
  tests/intel/kms_big_joiner: add missing commit after reset
  lib/igt_kms: add support for forcing bigjoiner on particular connector
  tests/intel/kms_big_joiner: use kmstest_force_connector_bigjoiner
  lib/igt_kms: remove unused igt_force_and_check_bigjoiner_status
  HAX: Do not merge

 lib/igt_kms.c                         | 105 +++++++++++++++++++-------
 lib/igt_kms.h                         |   2 +-
 tests/intel-ci/fast-feedback.testlist |   5 +-
 tests/intel/kms_big_joiner.c          |  28 ++++---
 4 files changed, 98 insertions(+), 42 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH i-g-t 0/7] cleanup and fixes for kms_big_joiner
@ 2024-04-18 15:28 Kunal Joshi
  0 siblings, 0 replies; 18+ messages in thread
From: Kunal Joshi @ 2024-04-18 15:28 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

fixes and cleanup for kms_big_joiner test

Kunal Joshi (7):
  lib/igt_kms: don't run on unsupported platform
  tests/intel/kms_big_joiner: fix crash in multi joiner test
  tests/intel/kms_big_joiner: add missing commit after reset
  lib/igt_kms: add support for forcing bigjoiner on particular connector
  tests/intel/kms_big_joiner: use kmstest_force_connector_bigjoiner
  lib/igt_kms: remove unused igt_force_and_check_bigjoiner_status
  HAX: Do not merge

 lib/igt_kms.c                         | 105 +++++++++++++++++++-------
 lib/igt_kms.h                         |   2 +-
 tests/intel-ci/fast-feedback.testlist |   5 +-
 tests/intel/kms_big_joiner.c          |  28 ++++---
 4 files changed, 98 insertions(+), 42 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-04-23  8:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22  5:34 [PATCH i-g-t 0/7] cleanup and fixes for kms_big_joiner Kunal Joshi
2024-04-22  5:34 ` [PATCH i-g-t 1/7] lib/igt_kms: don't run on unsupported platform Kunal Joshi
2024-04-22 10:40   ` Modem, Bhanuprakash
2024-04-22  5:34 ` [PATCH i-g-t 2/7] tests/intel/kms_big_joiner: fix crash in multi joiner test Kunal Joshi
2024-04-22  5:34 ` [PATCH i-g-t 3/7] tests/intel/kms_big_joiner: add missing commit after reset Kunal Joshi
2024-04-22 10:40   ` Modem, Bhanuprakash
2024-04-22  5:34 ` [PATCH i-g-t 4/7] lib/igt_kms: add support for forcing bigjoiner on particular connector Kunal Joshi
2024-04-22 10:59   ` Modem, Bhanuprakash
2024-04-22  5:34 ` [PATCH i-g-t 5/7] tests/intel/kms_big_joiner: use kmstest_force_connector_bigjoiner Kunal Joshi
2024-04-22 11:09   ` Modem, Bhanuprakash
2024-04-22  5:34 ` [PATCH i-g-t 6/7] lib/igt_kms: remove unused igt_force_and_check_bigjoiner_status Kunal Joshi
2024-04-22  5:34 ` [PATCH i-g-t 7/7] HAX: Do not merge Kunal Joshi
2024-04-22 11:37 ` ✗ Fi.CI.BAT: failure for cleanup and fixes for kms_big_joiner (rev4) Patchwork
2024-04-22 11:47 ` ✓ CI.xeBAT: success " Patchwork
2024-04-22 18:51 ` ✗ CI.xeFULL: failure " Patchwork
2024-04-23  8:55 ` [PATCH i-g-t 0/7] cleanup and fixes for kms_big_joiner Modem, Bhanuprakash
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19  6:39 Kunal Joshi
2024-04-18 15:28 Kunal Joshi

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