mbox series

[v4,0/8] x86/boot: (mostly) video mode handling adjustments

Message ID 819eb552-d49d-e98a-9524-8d30c1b93908@suse.com (mailing list archive)
Headers show
Series x86/boot: (mostly) video mode handling adjustments | expand

Message

Jan Beulich March 31, 2022, 9:42 a.m. UTC
v4 largely has some re-basing changes compared to v3, plus one new patch.
I have to admit that I find it particularly sad that the enhancement done
by patch 1 has not made 4.16. This series had been submitted well in time.

1: make "vga=current" work with graphics modes
2: obtain video info from boot loader
3: EFI: retrieve EDID
4: simplify mode_table
5: fold branches in video handling code
6: fold/replace moves in video handling code
7: LEA -> MOV in video handling code
8: fold two MOVs into an ADD

Jan