Searched refs:hpd_delay (Results 1 – 1 of 1) sorted by relevance
100 static int sunxi_hdmi_hpd_detect(int hpd_delay) in sunxi_hdmi_hpd_detect() argument106 unsigned long tmo = timer_get_us() + hpd_delay * 1000; in sunxi_hdmi_hpd_detect()1094 int hpd, hpd_delay, edid; local1106 hpd_delay = video_get_option_int(options, "hpd_delay", 500);1129 hdmi_present = (sunxi_hdmi_hpd_detect(hpd_delay) == 1);
Completed in 9 milliseconds