[igt-dev] [RFC PATCH 0/3] Chamelium audio InfoFrame tests
Simon Ser
simon.ser at intel.com
Tue Jul 16 11:58:11 UTC 2019
This adds a new check in the audio tests for audio InfoFrames. The test is
pretty simple but lays down the foundations for other InfoFrame tests.
The series is marked as RFC because the second patch doesn't check for
Chamelium support for GetLastInfoFrame. Adding this depends on the in-review
patch "lib/igt_chamelium: add chamelium_supports_get_video_params".
Simon Ser (3):
lib/igt_infoframe: new library
lib/igt_chamelium: add support for GetLastInfoFrame
tests/kms_chamelium: add InfoFrame checks to audio tests
lib/Makefile.sources | 2 +
lib/igt_chamelium.c | 52 ++++++++++++++++++++++++
lib/igt_chamelium.h | 18 +++++++++
lib/igt_infoframe.c | 94 +++++++++++++++++++++++++++++++++++++++++++
lib/igt_infoframe.h | 64 +++++++++++++++++++++++++++++
lib/meson.build | 1 +
tests/kms_chamelium.c | 50 +++++++++++++++++++++++
7 files changed, 281 insertions(+)
create mode 100644 lib/igt_infoframe.c
create mode 100644 lib/igt_infoframe.h
--
2.22.0
More information about the igt-dev
mailing list