Home
last modified time | relevance | path

Searched refs:igt_hotplug_detected (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_chamelium.c260 igt_assert_f(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT), in test_basic_hotplug()
272 igt_assert_f(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT), in test_basic_hotplug()
333 detected = igt_hotplug_detected(mon, *timeout); in wait_for_hotplug()
458 igt_assert(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT)); in test_suspend_resume_edid_change()
464 igt_assert(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT)); in test_suspend_resume_edid_change()
479 igt_assert(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT)); in test_suspend_resume_edid_change()
672 igt_assert(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT)); in test_link_status()
2476 igt_assert(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT)); in test_hpd_without_ddc()
2503 count += igt_hotplug_detected(mon, 1); in test_hpd_storm_detect()
/external/igt-gpu-tools/lib/
Digt_kms.h767 bool igt_hotplug_detected(struct udev_monitor *mon,
Digt_chamelium.c254 igt_hotplug_detected(args->mon, 60); in chamelium_fsm_mon()
Digt_kms.c4297 bool igt_hotplug_detected(struct udev_monitor *mon, int timeout_secs) in igt_hotplug_detected() function