Home
last modified time | relevance | path

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

/external/u-boot/doc/
DREADME.video58 - hpd_delay=<int> - How long to wait for the hdmi HPD signal in milliseconds
62 Defaults to hpd_delay=500.
/external/u-boot/drivers/video/sunxi/
Dsunxi_display.c89 static int sunxi_hdmi_hpd_detect(int hpd_delay) in sunxi_hdmi_hpd_detect() argument
95 unsigned long tmo = timer_get_us() + hpd_delay * 1000; in sunxi_hdmi_hpd_detect()
1085 int ret, hpd, hpd_delay, edid; local
1098 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1121 ret = sunxi_hdmi_hpd_detect(hpd_delay);