Home
last modified time | relevance | path

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

/openbmc/u-boot/doc/
H A DREADME.video58 - hpd_delay=<int> - How long to wait for the hdmi HPD signal in milliseconds
62 Defaults to hpd_delay=500.
/openbmc/u-boot/drivers/video/sunxi/
H A 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()
1087 int hpd, hpd_delay, edid; local
1101 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1124 hdmi_present = (sunxi_hdmi_hpd_detect(hpd_delay) == 1);