Re: [PATCH v4 2/3] sysfb: Enable boot time VESA graphic mode selection

2022-02-25 Thread Javier Martinez Canillas
On 2/25/22 21:51, Michal Suchanek wrote: > Since switch to simplefb/simpledrm VESA graphic mode selection with vga= > kernel parameter is no longer available with legacy BIOS. > > The x86 realmode boot code enables the VESA graphic modes when option > FB_BOOT_VESA_SUPPORT is enabled. > > This

[PATCH v4 2/3] sysfb: Enable boot time VESA graphic mode selection

2022-02-25 Thread Michal Suchanek
Since switch to simplefb/simpledrm VESA graphic mode selection with vga= kernel parameter is no longer available with legacy BIOS. The x86 realmode boot code enables the VESA graphic modes when option FB_BOOT_VESA_SUPPORT is enabled. This option is selected by vesafb but not simplefb/simpledrm.