[igt-dev] [PATCH i-g-t 5/7] tests/kms_chamelium: enable audio test on HDMI ports
Simon Ser
simon.ser at intel.com
Fri Apr 26 16:21:08 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 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c
index 718e4aad..7e84cd1c 100644
--- a/tests/kms_chamelium.c
+++ b/tests/kms_chamelium.c
@@ -1852,6 +1852,9 @@ 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", data.edid_id);
}
igt_subtest_group {
--
2.21.0
More information about the igt-dev
mailing list