[igt-dev] [PATCH i-g-t 5/7] tests/kms_chamelium: enable audio test on HDMI ports

Arkadiusz Hiler arkadiusz.hiler at intel.com
Fri May 10 11:38:01 UTC 2019


On Fri, Apr 26, 2019 at 07:21:08PM +0300, Simon Ser wrote:
> 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);

edid_hdmi_with_audio_id?

we will quite likely start having more of those anyway

>  	}
>  
>  	igt_subtest_group {
> -- 
> 2.21.0
> 


More information about the igt-dev mailing list