video/vesa: drop "vesa-remap" command line option
authorJan Beulich <jbeulich@suse.com>
Fri, 18 Feb 2022 13:45:45 +0000 (14:45 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 18 Feb 2022 13:45:45 +0000 (14:45 +0100)
commit7f7e55b85fce2155d83dedabd6537b47e2ea0ec7
treecc2d284ae666f033789a51b2270f2b9077a5c532
parent6ba701064227c6a4baa64d377e1ad869452f7fb6
video/vesa: drop "vesa-remap" command line option

If we get mode dimensions wrong, having the remapping size controllable
via command line option isn't going to help much. Drop the option.

While adjusting this also
- add __initdata to the variable,
- use ROUNDUP() instead of open-coding it.

Requested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
CHANGELOG.md
docs/misc/xen-command-line.pandoc
xen/drivers/video/vesa.c