commit | 03f2a5144bffa347975e64af24c4d36bc5ebaacf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 05 20:42:15 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | 6343a84c54535829712204af7f0cf4842cd8a5fa | |
parent | 4ef5d2de6f58ff8c723014a10b1cf2b95c191431 [diff] |
dm: x86: video: Add a driver-model driver for ivybridge graphics At present we use the legacy vesa driver for graphics. Add a driver which supports driver model. This can be probed only when needed, removing the need to start up the display if it is not used. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>