commit | f0920e4a4498294bf8328db37638f47bccf04b3f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Oct 09 04:14:12 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Oct 12 10:56:50 2016 +0800 |
tree | c382be788e079fdf32e3b4e7c677f1c82bd94478 | |
parent | 02c57abd5079dec2311cf51e785bd2090b7bb440 [diff] |
dm: video: Output verbose information in vbe_setup_video() With DM conversion, information like "Video: 1024x768x16" is not shown anymore. Now add these verbose output back. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>