Searched refs:igt_hotplug_detected (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 260 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/ |
D | igt_kms.h | 767 bool igt_hotplug_detected(struct udev_monitor *mon,
|
D | igt_chamelium.c | 254 igt_hotplug_detected(args->mon, 60); in chamelium_fsm_mon()
|
D | igt_kms.c | 4297 bool igt_hotplug_detected(struct udev_monitor *mon, int timeout_secs) in igt_hotplug_detected() function
|