Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/6] cleanup and fixes for kms_big_joiner
@ 2024-04-17 11:43 Kunal Joshi
  2024-04-17 11:43 ` [PATCH i-g-t 1/6] tests/intel/kms_big_joiner: fix crash in multi joiner test Kunal Joshi
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Kunal Joshi @ 2024-04-17 11:43 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

fix and cleanup kms_big_joiner test

Kunal Joshi (6):
  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                         | 115 +++++++++++++++++++-------
 lib/igt_kms.h                         |   3 +-
 tests/intel-ci/fast-feedback.testlist |   5 +-
 tests/intel/kms_big_joiner.c          |  28 ++++---
 4 files changed, 109 insertions(+), 42 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH i-g-t 0/6] add test to validate fallback
@ 2024-09-12  6:28 Kunal Joshi
  2024-09-12  6:28 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi
  0 siblings, 1 reply; 15+ messages in thread
From: Kunal Joshi @ 2024-09-12  6:28 UTC (permalink / raw)
  To: igt-dev; +Cc: imre.deak, Kunal Joshi

[1] provides debugfs interfaces to force link training
failures, retrain link, set/get current/max link rate/lane count.

add new test using newly exposed interfaces to validate fallback.

[1] https://patchwork.freedesktop.org/series/133624/

Kunal Joshi (6):
  lib/igt_kms: add DP link management helper functions
  lib/igt_kms: add helper to set connector link status
  lib/igt_kms: allow set and reset value to be same
  lib/igt_kms: add function to reset link params
  tests/intel/kms_dp_fallback: add test for validating fallback
  HAX: Do not merge

 lib/igt_kms.c                            | 301 +++++++++++++++-
 lib/igt_kms.h                            |  13 +
 tests/intel-ci/fast-feedback.testlist    |   1 +
 tests/intel-ci/xe-fast-feedback.testlist |   2 +
 tests/intel/kms_fallback.c               | 423 +++++++++++++++++++++++
 tests/meson.build                        |   1 +
 6 files changed, 733 insertions(+), 8 deletions(-)
 create mode 100644 tests/intel/kms_fallback.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH i-g-t 0/6] tests/intel/kms_joiner: Add a new test to validate non-joiner mode
@ 2025-01-30 17:20 Jeevan B
  2025-01-30 17:20 ` [PATCH i-g-t 6/6] HAX: DO NOT MERGE Jeevan B
  0 siblings, 1 reply; 15+ messages in thread
From: Jeevan B @ 2025-01-30 17:20 UTC (permalink / raw)
  To: igt-dev; +Cc: karthik.b.s, swati2.sharma, Jeevan B

Added my changes on top of Kunal lib changes.

Jeevan B (2):
  tests/intel/kms_joiner_helper: Add lib changes to check joiner is
    enabled
  tests/intel/kms_joiner: Add a new test to validate non-joiner mode

Kunal Joshi (4):
  tests/intel/kms_joiner_helper: helper for joiner-related functions
  tests/intel/kms_mst_helper: Add helper for MST-related functions
  tests/kms_feature_discovery: Add tests for UHBR/non-UHBR over SST/MST
  HAX: DO NOT MERGE

 tests/intel-ci/fast-feedback.testlist    |  13 ++
 tests/intel-ci/xe-fast-feedback.testlist |  14 ++
 tests/intel/kms_dp_linktrain_fallback.c  |  28 +--
 tests/intel/kms_joiner.c                 |  93 ++++++++--
 tests/intel/kms_joiner_helper.c          | 217 +++++++++++++++++++++++
 tests/intel/kms_joiner_helper.h          |  17 ++
 tests/intel/kms_mst_helper.c             |  48 +++++
 tests/intel/kms_mst_helper.h             |  10 ++
 tests/kms_feature_discovery.c            | 177 ++++++++++++++++++
 tests/meson.build                        |   6 +
 10 files changed, 586 insertions(+), 37 deletions(-)
 create mode 100644 tests/intel/kms_joiner_helper.c
 create mode 100644 tests/intel/kms_joiner_helper.h
 create mode 100644 tests/intel/kms_mst_helper.c
 create mode 100644 tests/intel/kms_mst_helper.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH i-g-t 0/6] add dsc-fallback test
@ 2025-02-10 18:56 Kunal Joshi
  2025-02-10 18:56 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi
  0 siblings, 1 reply; 15+ messages in thread
From: Kunal Joshi @ 2025-02-10 18:56 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

Add test to check we fallback to dsc when current
link params cannot accomadate bw required by
the current mode.

Kunal Joshi (6):
  tests/intel/kms_mst_helper: add helper for MST-related functions
  tests/intel/kms_dp_linktrain_fallback: reuse from mst helper lib
  tests/intel/kms_dp_linktrain_fallback: refactor dp-fallback subtest
  tests/intel/kms_dp_linktrain_fallback: add dsc-fallback test
  tests/intel/kms_dp_linktrain_fallback: disable ignore long hpd
  HAX: Do not merge

 tests/intel-ci/fast-feedback.testlist    |   3 +-
 tests/intel-ci/xe-fast-feedback.testlist |   3 +-
 tests/intel/kms_dp_linktrain_fallback.c  | 355 +++++++++++++++++++----
 tests/intel/kms_mst_helper.c             |  49 ++++
 tests/intel/kms_mst_helper.h             |  15 +
 tests/meson.build                        |   3 +
 6 files changed, 369 insertions(+), 59 deletions(-)
 create mode 100644 tests/intel/kms_mst_helper.c
 create mode 100644 tests/intel/kms_mst_helper.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH i-g-t 0/6] extend link training test cases for eDP connector
@ 2025-10-15 10:17 Kunal Joshi
  2025-10-15 10:17 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi
  0 siblings, 1 reply; 15+ messages in thread
From: Kunal Joshi @ 2025-10-15 10:17 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

Rename kms_dp_linktrain_fallback -> kms_linktrain_fallback
and kms_dp_link_training -> kms_link_training.
Add support for eDP connector in both tests.

Note : On local testing eDP fallback is failing,
Seeing eDP/i915_dp_force_link_retrain as 1, so link isn't retrained
and fallback doesn't happen.

Kunal Joshi (6):
  tests/intel/kms_dp_link_training: rename to
    tests/intel/kms_link_training
  tests/intel/kms_dp_linktrain_fallback: rename to
    tests/intel/kms_linktrain_fallback
  lib/igt_kms: add helpers for connector type
  tests/intel/kms_link_training: extend test for eDP connector
  tests/intel/kms_linktrain_fallback: extend test for eDP connector
  HAX: Do not merge

 lib/igt_kms.c                                 | 74 +++++++++++++++----
 lib/igt_kms.h                                 |  9 ++-
 tests/intel-ci/i915.fast-feedback.testlist    |  7 ++
 tests/intel-ci/xe-fast-feedback.testlist      |  7 ++
 tests/intel/kms_dsc_helper.c                  |  2 +-
 ...dp_link_training.c => kms_link_training.c} |  6 +-
 ...in_fallback.c => kms_linktrain_fallback.c} | 43 +++++++----
 tests/intel/kms_pm_backlight.c                |  2 +-
 tests/kms_atomic_transition.c                 |  4 +-
 tests/kms_hdr.c                               |  2 +-
 tests/meson.build                             | 16 ++--
 11 files changed, 126 insertions(+), 46 deletions(-)
 rename tests/intel/{kms_dp_link_training.c => kms_link_training.c} (98%)
 rename tests/intel/{kms_dp_linktrain_fallback.c => kms_linktrain_fallback.c} (93%)

-- 
2.25.1


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

end of thread, other threads:[~2025-10-15 10:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-17 11:43 [PATCH i-g-t 0/6] cleanup and fixes for kms_big_joiner Kunal Joshi
2024-04-17 11:43 ` [PATCH i-g-t 1/6] tests/intel/kms_big_joiner: fix crash in multi joiner test Kunal Joshi
2024-04-17 11:43 ` [PATCH i-g-t 2/6] tests/intel/kms_big_joiner: add missing commit after reset Kunal Joshi
2024-04-17 11:43 ` [PATCH i-g-t 3/6] lib/igt_kms: add support for forcing bigjoiner on particular connector Kunal Joshi
2024-04-17 13:03   ` Modem, Bhanuprakash
2024-04-17 11:43 ` [PATCH i-g-t 4/6] tests/intel/kms_big_joiner: use kmstest_force_connector_bigjoiner Kunal Joshi
2024-04-17 11:43 ` [PATCH i-g-t 5/6] lib/igt_kms: remove unused igt_force_and_check_bigjoiner_status Kunal Joshi
2024-04-17 11:43 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi
2024-04-17 19:58 ` ✗ Fi.CI.BAT: failure for cleanup and fixes for kms_big_joiner Patchwork
2024-04-17 20:06 ` ✓ CI.xeBAT: success " Patchwork
2024-04-19  9:14 ` ✓ CI.xeFULL: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12  6:28 [PATCH i-g-t 0/6] add test to validate fallback Kunal Joshi
2024-09-12  6:28 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi
2025-01-30 17:20 [PATCH i-g-t 0/6] tests/intel/kms_joiner: Add a new test to validate non-joiner mode Jeevan B
2025-01-30 17:20 ` [PATCH i-g-t 6/6] HAX: DO NOT MERGE Jeevan B
2025-02-10 18:56 [PATCH i-g-t 0/6] add dsc-fallback test Kunal Joshi
2025-02-10 18:56 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi
2025-10-15 10:17 [PATCH i-g-t 0/6] extend link training test cases for eDP connector Kunal Joshi
2025-10-15 10:17 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi

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