]> Git Repo - u-boot.git/commit
dm: x86: video: Add a driver-model driver for ivybridge graphics
authorSimon Glass <[email protected]>
Thu, 6 Oct 2016 02:42:15 +0000 (20:42 -0600)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/ivybridge_igd.c [new file with mode: 0644]
This page took 0.033907 seconds and 4 git commands to generate.