commit | 3cadf9455c31de340ed77394dfad330caeb66b58 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri May 13 14:12:15 2011 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Tue May 24 16:28:51 2011 +0200 |
tree | 4523ca559a55147e6a90b275c06eeb14d8ced1a4 | |
parent | dcdf2f7e7e154957f913e5468e3715e1a0401138 [diff] |
video: mb862xxfb: use pre-initialized configuration for PCI GDCs If the bootloader has already initialized the display controller, do not re-initialize it in the driver. Take over the bootloader's configuration instead. This is already supported for non PCI GDCs Lime and Mint. Add this functionality for PCI GDCs Coral-P and Coral-PA. It is useful to avoid flicker and also avoids unneeded init delays while booting. Signed-off-by: Anatolij Gustschin <agust@denx.de>