]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: video: Add a hpd_delay parameter to configure hpd delay
authorHans de Goede <hdegoede@redhat.com>
Sun, 28 Dec 2014 08:13:21 +0000 (09:13 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:39 +0000 (14:56 +0100)
commit7fad8a98020a0ead8b7bdd5f6b5eaf49b91658b5
tree9be5434cca311768081bbbf62b53c3aceae6ae85
parentd9786d23808fcbc5dd3bd3913b036d42dd48653f
sunxi: video: Add a hpd_delay parameter to configure hpd delay

In some extreme cases it may be necessary to wait 1.5 seconds or more for a hpd
signal to show up (and be able to read edid info), but we do not want to
penalize all headless boots with an extra second boot delay, so add a hpd_delay
parameter which can be set through the video-mode env. variable.

While at it raise the default from 300ms to 500ms as 300 may very well be too
low in many cases.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
doc/README.video
drivers/video/sunxi_display.c