Home
last modified time | relevance | path

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

/drivers/video/sunxi/
A Dsunxi_display.c100 static int sunxi_hdmi_hpd_detect(int hpd_delay) in sunxi_hdmi_hpd_detect() argument
106 unsigned long tmo = timer_get_us() + hpd_delay * 1000; in sunxi_hdmi_hpd_detect()
1094 int hpd, hpd_delay, edid; local
1106 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1129 hdmi_present = (sunxi_hdmi_hpd_detect(hpd_delay) == 1);

Completed in 8 milliseconds