[PATCH 1/2] video: add EFI Graphics Output Protocol support
Michael Olbrich
m.olbrich at pengutronix.de
Thu Mar 9 00:46:31 PST 2017
On Mon, Mar 06, 2017 at 06:04:10AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> drivers/video/Kconfig | 4 +
> drivers/video/Makefile | 2 +
> drivers/video/efi_gop.c | 267 ++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 273 insertions(+)
> create mode 100644 drivers/video/efi_gop.c
>
[...]
> diff --git a/drivers/video/efi_gop.c b/drivers/video/efi_gop.c
> new file mode 100644
> index 000000000..ccb4af3d9
[...]
> +static struct fb_ops efi_gop_ops = {
> + .fb_activate_var = efi_gop_fb_activate_var,
> +};
This is missing the fb_enable/fb_disable callbacks. Both are not optional.
The framebuffer console is broken without this.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list