public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v4 0/5] tests/kms_chamelium: add dp-audio test
@ 2019-04-11 12:36 Simon Ser
  2019-04-11 12:36 ` [igt-dev] [PATCH i-g-t v4 1/5] " Simon Ser
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Simon Ser @ 2019-04-11 12:36 UTC (permalink / raw)
  To: igt-dev

Changes from v3:
- Fixed author for patches 2-4 and add references to Chameleon bugs in
  commit messages (patches themselves haven't been changed)
- Add patch 5 to use different sampling rates

Simon Ser (5):
  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

 docs/audio.txt             |  45 ---
 docs/chamelium.txt         |  32 ++-
 lib/igt.h                  |   1 +
 lib/igt_alsa.c             |  83 +++++-
 lib/igt_alsa.h             |   1 +
 lib/igt_audio.c            | 406 +++++++++++++++++---------
 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 | 575 +++++++++++++++++++++++++++++++++++++
 lib/igt_chamelium_stream.h |  50 ++++
 lib/meson.build            |   5 +-
 meson.build                |  52 ++--
 meson_options.txt          |   6 -
 tests/audio.c              | 193 -------------
 tests/kms_chamelium.c      | 352 ++++++++++++++++++++++-
 tests/meson.build          |   9 +-
 19 files changed, 1589 insertions(+), 450 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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11 12:36 [igt-dev] [PATCH i-g-t v4 0/5] tests/kms_chamelium: add dp-audio test Simon Ser
2019-04-11 12:36 ` [igt-dev] [PATCH i-g-t v4 1/5] " Simon Ser
2019-04-16 12:02   ` Martin Peres
2019-04-17  8:40     ` Ser, Simon
2019-04-17 12:17       ` Martin Peres
2019-04-17 12:57         ` Ser, Simon
2019-04-25  9:52           ` Martin Peres
2019-04-11 12:36 ` [igt-dev] [PATCH i-g-t v4 2/5] tests/kms_chamelium: capture audio data in real-time Simon Ser
2019-04-11 12:36 ` [igt-dev] [PATCH i-g-t v4 3/5] tests/kms_chamelium: test we receive a signal from both audio channels Simon Ser
2019-04-11 12:36 ` [igt-dev] [PATCH i-g-t v4 4/5] tests/kms_chamelium: test audio channels are not mixed up Simon Ser
2019-04-11 12:36 ` [igt-dev] [PATCH i-g-t v4 5/5] tests/kms_chamelium: run audio test with multiple sampling rates Simon Ser
2019-04-11 16:43 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_chamelium: add dp-audio test (rev4) Patchwork
2019-04-11 21:28 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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