Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/2] revamp big joiner test
@ 2024-03-05 16:36 Kunal Joshi
  2024-03-05 16:36 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Kunal Joshi @ 2024-03-05 16:36 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

big joiner outputs are statically assigned to pipe,
rewrite to assign dynamically

Kunal Joshi (2):
  lib/igt_kms: move bigjoiner_mode_found to lib
  tests/intel/kms_big_joiner: revamp kms_big_joiner

 lib/igt_kms.c                |  25 +++
 lib/igt_kms.h                |   2 +
 tests/intel/kms_big_joiner.c | 402 ++++++++++++++++-------------------
 3 files changed, 213 insertions(+), 216 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH i-g-t 0/2] revamp big joiner test
@ 2024-03-06  5:25 Kunal Joshi
  2024-03-06  5:25 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
  0 siblings, 1 reply; 12+ messages in thread
From: Kunal Joshi @ 2024-03-06  5:25 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

big joiner outputs are statically assigned to pipe,
rewrite to assign dynamically

Kunal Joshi (2):
  lib/igt_kms: move bigjoiner_mode_found to lib
  tests/intel/kms_big_joiner: revamp kms_big_joiner

 lib/igt_kms.c                |  25 +++
 lib/igt_kms.h                |   2 +
 tests/intel/kms_big_joiner.c | 401 ++++++++++++++++-------------------
 3 files changed, 213 insertions(+), 215 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH i-g-t 0/2] add support for choosing big joiner mode
@ 2024-01-18 10:46 Kunal Joshi
  2024-01-18 10:46 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
  0 siblings, 1 reply; 12+ messages in thread
From: Kunal Joshi @ 2024-01-18 10:46 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

add support to choose big joiner mode with environment
variable, use default mode if no mode with big joiner
found.

Kunal Joshi (2):
  lib/igt_kms: move bigjoiner_mode_found to lib.
  lib/igt_kms: add support for choosing big joiner mode

 lib/igt_kms.c                | 38 +++++++++++++++++++++++++++++++++---
 lib/igt_kms.h                |  2 ++
 tests/intel/kms_big_joiner.c | 14 +------------
 3 files changed, 38 insertions(+), 16 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH i-g-t 0/2] add support for choosing big joiner mode
@ 2024-01-15 10:58 Kunal Joshi
  2024-01-15 10:58 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
  0 siblings, 1 reply; 12+ messages in thread
From: Kunal Joshi @ 2024-01-15 10:58 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

add support to choose big joiner mode with environment
variable, use mode with highest clock if no mode with big joiner
found.

Kunal Joshi (2):
  lib/igt_kms: move bigjoiner_mode_found to lib.
  lib/igt_kms: add support for choosing big joiner mode

 lib/igt_kms.c                | 42 +++++++++++++++++++++++++++++++-----
 lib/igt_kms.h                |  3 +++
 tests/intel/kms_big_joiner.c | 14 ++----------
 3 files changed, 42 insertions(+), 17 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH i-g-t 0/2] add support for choosing big joiner mode
@ 2024-01-12  8:55 Kunal Joshi
  2024-01-12  8:55 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
  0 siblings, 1 reply; 12+ messages in thread
From: Kunal Joshi @ 2024-01-12  8:55 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

add support to choose big joiner mode with environment
variable, use mode with highest clock if no mode with big joiner
found.

Kunal Joshi (2):
  lib/igt_kms: move bigjoiner_mode_found to lib.
  lib/igt_kms: add support for choosing big joiner mode

 lib/igt_kms.c                | 25 ++++++++++++++++++++++++-
 lib/igt_kms.h                |  3 +++
 tests/intel/kms_big_joiner.c | 14 ++------------
 3 files changed, 29 insertions(+), 13 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2024-03-06  5:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 16:36 [PATCH i-g-t 0/2] revamp big joiner test Kunal Joshi
2024-03-05 16:36 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
2024-03-05 16:36 ` [PATCH i-g-t 2/2] tests/intel/kms_big_joiner: revamp kms_big_joiner Kunal Joshi
2024-03-05 18:51 ` ✗ Fi.CI.BUILD: failure for revamp big joiner test (rev4) Patchwork
2024-03-05 18:55 ` ✗ GitLab.Pipeline: warning " Patchwork
2024-03-06  4:26 ` ✗ Fi.CI.BUILD: failure for revamp big joiner test (rev5) Patchwork
2024-03-06  4:28 ` ✗ GitLab.Pipeline: warning " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-03-06  5:25 [PATCH i-g-t 0/2] revamp big joiner test Kunal Joshi
2024-03-06  5:25 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
2024-01-18 10:46 [PATCH i-g-t 0/2] add support for choosing big joiner mode Kunal Joshi
2024-01-18 10:46 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
2024-01-15 10:58 [PATCH i-g-t 0/2] add support for choosing big joiner mode Kunal Joshi
2024-01-15 10:58 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
2024-01-12  8:55 [PATCH i-g-t 0/2] add support for choosing big joiner mode Kunal Joshi
2024-01-12  8:55 ` [PATCH i-g-t 1/2] lib/igt_kms: move bigjoiner_mode_found to lib Kunal Joshi
2024-01-18  9:28   ` Modem, Bhanuprakash

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