dm: x86: video: Add a driver-model driver for ivybridge graphics
authorSimon Glass <sjg@chromium.org>
Thu, 6 Oct 2016 02:42:15 +0000 (20:42 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
commit2c943804afdff8817387aa828ef9218efcf1d590
tree6343a84c54535829712204af7f0cf4842cd8a5fa
parentee87ee82e1c9052d59e44c5c29448f4545ab59e7
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>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/ivybridge_igd.c [new file with mode: 0644]