Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/doc/
H A DREADME.video59 - hpd_delay=<int> - How long to wait for the hdmi HPD signal in milliseconds
63 Defaults to hpd_delay=500.
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c88 static int sunxi_hdmi_hpd_detect(int hpd_delay) in sunxi_hdmi_hpd_detect() argument
94 unsigned long tmo = timer_get_us() + hpd_delay * 1000; in sunxi_hdmi_hpd_detect()
1189 int ret, hpd, hpd_delay, edid; local
1202 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1225 ret = sunxi_hdmi_hpd_detect(hpd_delay);