[igt-dev] [PATCH i-g-t 6/8] tests/kms_chamelium: enable audio test on HDMI ports
Simon Ser
simon.ser at intel.com
Mon May 13 08:15:46 UTC 2019
Now that we have all the required EDID bits in place, we can add a new
hdmi-audio test.
Signed-off-by: Simon Ser <simon.ser at intel.com>
---
tests/kms_chamelium.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c
index 5651b200e3a2..c0a468975326 100644
--- a/tests/kms_chamelium.c
+++ b/tests/kms_chamelium.c
@@ -1922,6 +1922,10 @@ igt_main
connector_subtest("hdmi-frame-dump", HDMIA)
test_display_frame_dump(&data, port);
+
+ connector_subtest("hdmi-audio", HDMIA)
+ test_display_audio(&data, port, "HDMI",
+ TEST_EDID_HDMI_AUDIO);
}
igt_subtest_group {
--
2.21.0
More information about the igt-dev
mailing list