Re: [PATCH v2 0/2] video: A couple of fixes for the vga16fb driver

2022-01-12 Thread Kris Karas (Bug reporting)
Hi Javier, Geert, et al, Javier Martinez Canillas wrote: Changes in v2: - Make the change only for x86 (Geert Uytterhoeven) - Only check the suppported video mode for x86 (Geert Uytterhoeven). I just updated Bug 215001 to reflect that I have tested this new, V2 patch against 4 systems, one mo

Re: [PATCH 1/2] video: vga16fb: Fix logic that checks for the display standard

2022-01-10 Thread Kris Karas (Bug reporting)
Groetje, Geert, Geert Uytterhoeven wrote: - par->isVGA = screen_info.orig_video_isVGA; + par->isVGA = screen_info.orig_video_isVGA == VIDEO_TYPE_VGAC; All non-x86 architectures (except for 2 MIPS platforms) treat orig_video_isVGA as a boolean flag, and just assign 1 to it. Hence t