ff-by: kbader94
---
grub-core/video/fb/video_fb.c | 199 +-
1 file changed, 122 insertions(+), 77 deletions(-)
diff --git a/grub-core/video/fb/video_fb.c b/grub-core/video/fb/video_fb.c
index fa4ebde26..d17c47b11 100644
--- a/grub-core/video/fb/video_fb.c
+++ b/grub-core/
Changes to be committed:
modified: util/grub-mkconfig.in
modified: util/grub.d/00_header.in
modified: util/grub.d/10_linux.in
Signed-off-by: kbader94
---
util/grub-mkconfig.in| 1 +
util/grub.d/00_header.in | 16
util/grub.d/10_linux.in | 32
This patch series implements a framebuffer rotation configuration option which
allows the user to specify a rotation translation to be applied to the video
output from grub, such that user can programatically rotate the display. This
enables grub to be used in nonstandard display mounting scheme
get depending on the rotation specified.
Other functions - update to use original_width or original_height where
appropriate.
Signed-off-by: kbader94
---
grub-core/video/fb/fbblit.c | 71 --
grub-core/video/fb/fbfill.c | 28 ++---
grub-core/video