All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/4] Test tiled display with aid of chamelium.]
@ 2021-04-26  9:32 Kunal Joshi
  2021-04-26  9:32 ` [igt-dev] [PATCH i-g-t 1/4] Make basic chamelium function accessible to other tests Kunal Joshi
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Kunal Joshi @ 2021-04-26  9:32 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi, petri.latvala

As of now we have kms_dp_tiled_display test which needs a physical
panel. Added changes to have chamelium act as a tiled panel and then
execute the test.

Kunal Joshi (4):
  Make basic chamelium function accessible to other tests
  Added structures and functions to generate tiled edids
  Added a subtest where chamelium acts as a tiled panel
  HAX: Run in BAT

 lib/igt_chamelium.c                   | 198 ++++++++++++++
 lib/igt_chamelium.h                   |  33 +++
 lib/igt_edid.c                        |  27 ++
 lib/igt_edid.h                        |  20 ++
 lib/igt_kms.c                         | 202 ++++++++++++++
 lib/igt_kms.h                         |  25 +-
 tests/intel-ci/fast-feedback.testlist |  13 +-
 tests/kms_chamelium.c                 | 378 +++++++++-----------------
 tests/kms_dp_tiled_display.c          | 119 ++++++--
 9 files changed, 736 insertions(+), 279 deletions(-)

-- 
2.25.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [igt-dev] [PATCH i-g-t 0/4] Test tiled display with aid of chamelium.
@ 2021-04-26  8:12 Kunal Joshi
  2021-04-26  8:12 ` [igt-dev] [PATCH i-g-t 4/4] HAX: Run in BAT Kunal Joshi
  0 siblings, 1 reply; 11+ messages in thread
From: Kunal Joshi @ 2021-04-26  8:12 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi, petri.latvala

As of now we have kms_dp_tiled_display test which needs a physical
panel. Added changes to have chamelium act as a tiled panel and then
execute the test.

Kunal Joshi (4):
  Make basic chamelium function accessible to other tests
  Added structures and functions to generate tiled edids
  Added a subtest where chamelium acts as a tiled panel
  HAX: Run in BAT

 lib/igt_chamelium.c                   | 198 ++++++++++++++
 lib/igt_chamelium.h                   |  33 +++
 lib/igt_edid.c                        |  27 ++
 lib/igt_edid.h                        |  20 ++
 lib/igt_kms.c                         | 202 ++++++++++++++
 lib/igt_kms.h                         |  25 +-
 tests/intel-ci/fast-feedback.testlist |  13 +-
 tests/kms_chamelium.c                 | 378 +++++++++-----------------
 tests/kms_dp_tiled_display.c          | 119 ++++++--
 9 files changed, 736 insertions(+), 279 deletions(-)

-- 
2.25.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2021-04-27  5:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26  9:32 [igt-dev] [PATCH i-g-t 0/4] Test tiled display with aid of chamelium.] Kunal Joshi
2021-04-26  9:32 ` [igt-dev] [PATCH i-g-t 1/4] Make basic chamelium function accessible to other tests Kunal Joshi
2021-04-26 21:36   ` Dixit, Ashutosh
2021-04-27  5:44     ` Petri Latvala
2021-04-26  9:32 ` [igt-dev] [PATCH i-g-t 2/4] Added structures and functions to generate tiled edids Kunal Joshi
2021-04-26  9:32 ` [igt-dev] [PATCH i-g-t 3/4] Added a subtest where chamelium acts as a tiled panel Kunal Joshi
2021-04-26  9:32 ` [igt-dev] [PATCH i-g-t 4/4] HAX: Run in BAT Kunal Joshi
2021-04-26 11:13 ` [igt-dev] ✓ Fi.CI.BAT: success for Test tiled display with aid of chamelium.] Patchwork
2021-04-26 13:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-04-27  5:38 ` [igt-dev] ✗ GitLab.Pipeline: warning " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2021-04-26  8:12 [igt-dev] [PATCH i-g-t 0/4] Test tiled display with aid of chamelium Kunal Joshi
2021-04-26  8:12 ` [igt-dev] [PATCH i-g-t 4/4] HAX: Run in BAT Kunal Joshi

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.