All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v6 0/7] tests/kms_chamelium: add dp-audio test
@ 2019-04-17 12:43 Simon Ser
  2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 1/7] " Simon Ser
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Simon Ser @ 2019-04-17 12:43 UTC (permalink / raw)
  To: igt-dev

Changes in v6:

- Rebased the whole series
- Reword the first commit to include a note about the short -> uint16_t change
- Add a HAX commit to temporarily ad dp-audio to fast-feedback (do not merge)

Simon Ser (7):
  tests/kms_chamelium: add dp-audio test
  tests/kms_chamelium: capture audio data in real-time
  tests/kms_chamelium: test we receive a signal from both audio channels
  tests/kms_chamelium: test audio channels are not mixed up
  tests/kms_chamelium: run audio test with multiple sampling rates
  lib/igt_edid: add support for Short Audio Descriptors
  HAX: add dp-audio test to fast-feedback

 docs/audio.txt                        |  45 --
 docs/chamelium.txt                    |  34 +-
 lib/igt.h                             |   1 +
 lib/igt_alsa.c                        |  83 +++-
 lib/igt_alsa.h                        |   1 +
 lib/igt_audio.c                       | 428 +++++++++++++------
 lib/igt_audio.h                       |  19 +-
 lib/igt_aux.c                         |  31 ++
 lib/igt_aux.h                         |   1 +
 lib/igt_chamelium.c                   | 161 ++++++++
 lib/igt_chamelium.h                   |  17 +
 lib/igt_chamelium_stream.c            | 572 ++++++++++++++++++++++++++
 lib/igt_chamelium_stream.h            |  50 +++
 lib/igt_edid.c                        |  73 +++-
 lib/igt_edid.h                        |  82 +++-
 lib/meson.build                       |   5 +-
 meson.build                           |  52 +--
 meson_options.txt                     |   6 -
 tests/audio.c                         | 193 ---------
 tests/intel-ci/fast-feedback.testlist |   1 +
 tests/kms_chamelium.c                 | 352 +++++++++++++++-
 tests/meson.build                     |   9 +-
 22 files changed, 1756 insertions(+), 460 deletions(-)
 delete mode 100644 docs/audio.txt
 create mode 100644 lib/igt_chamelium_stream.c
 create mode 100644 lib/igt_chamelium_stream.h
 delete mode 100644 tests/audio.c

-- 
2.21.0

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

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

end of thread, other threads:[~2019-04-25  9:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 12:43 [igt-dev] [PATCH i-g-t v6 0/7] tests/kms_chamelium: add dp-audio test Simon Ser
2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 1/7] " Simon Ser
2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 2/7] tests/kms_chamelium: capture audio data in real-time Simon Ser
2019-04-17 12:57   ` Martin Peres
2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 3/7] tests/kms_chamelium: test we receive a signal from both audio channels Simon Ser
2019-04-23  7:41   ` Martin Peres
2019-04-23 12:23     ` Ser, Simon
2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 4/7] tests/kms_chamelium: test audio channels are not mixed up Simon Ser
2019-04-23  7:51   ` Martin Peres
2019-04-23 12:57     ` Ser, Simon
2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 5/7] tests/kms_chamelium: run audio test with multiple sampling rates Simon Ser
2019-04-23  7:58   ` Martin Peres
2019-04-23 12:59     ` Ser, Simon
2019-04-25  9:58       ` Martin Peres
2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 6/7] lib/igt_edid: add support for Short Audio Descriptors Simon Ser
2019-04-17 12:43 ` [igt-dev] [PATCH i-g-t v6 7/7] HAX: add dp-audio test to fast-feedback Simon Ser
2019-04-23  8:04   ` Martin Peres
2019-04-17 13:25 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_chamelium: add dp-audio test (rev6) Patchwork
2019-04-17 16:27   ` Ser, Simon
2019-04-17 17:23 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_chamelium: add dp-audio test (rev7) Patchwork
2019-04-23  8:05   ` Martin Peres
2019-04-18  1:25 ` [igt-dev] ✓ Fi.CI.IGT: " 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.