This adds HPD toggle after suspend and hibernate testing for VGA, in the same fashion as currently done for DP and HDMI. --- tests/chamelium.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tests/chamelium.c b/tests/chamelium.c index c7114987..07dc4849 100644 --- a/tests/chamelium.c +++ b/tests/chamelium.c @@ -810,10 +810,15 @@ igt_main igt_kms_get_alt_edid()); } - /* FIXME: Right now there isn't a way to do any sort of delayed - * psuedo-hotplug with VGA, so testing detection after a - * suspend/resume cycle isn't possible yet - */ + connector_subtest("vga-hpd-after-suspend", VGA) + test_suspend_resume_hpd(&data, port, + SUSPEND_STATE_MEM, + SUSPEND_TEST_NONE); + + connector_subtest("vga-hpd-after-hibernate", VGA) + test_suspend_resume_hpd(&data, port, + SUSPEND_STATE_DISK, + SUSPEND_TEST_DEVICES); connector_subtest("vga-hpd-without-ddc", VGA) test_hpd_without_ddc(&data, port); -- 2.13.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx