[PATCH v3 0/7] x86/boot: (mostly) video mode handling adjustments

Jan Beulich posted 7 patches 2 years, 4 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/4af7ce92-8f4b-0be2-2439-a1bfaff59be6@suse.com
There is a newer version of this series
[PATCH v3 0/7] x86/boot: (mostly) video mode handling adjustments
Posted by Jan Beulich 2 years, 4 months ago
v3 has only some re-basing changes compared to v2. 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: fold two MOVs into an ADD

Jan