[U-Boot] [PATCH v2 07/12] dm: x86: video: Add a driver-model driver for ivybridge graphics

Bin Meng bmeng.cn at gmail.com
Sat Oct 8 04:33:54 CEST 2016


On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2:
> - Drop invalid '1' at start of file
> - Comment that no details are available about the magic values
>
>  drivers/video/Kconfig         |  12 +
>  drivers/video/Makefile        |   1 +
>  drivers/video/ivybridge_igd.c | 843 ++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 856 insertions(+)
>  create mode 100644 drivers/video/ivybridge_igd.c
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list