summarylogtreecommitdiffstats
path: root/0303-revert-fbcon-remove-soft-scrollback-code.patch
diff options
context:
space:
mode:
Diffstat (limited to '0303-revert-fbcon-remove-soft-scrollback-code.patch')
-rw-r--r--0303-revert-fbcon-remove-soft-scrollback-code.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0303-revert-fbcon-remove-soft-scrollback-code.patch b/0303-revert-fbcon-remove-soft-scrollback-code.patch
index 40f2efd0a6f8..eebf8182f21e 100644
--- a/0303-revert-fbcon-remove-soft-scrollback-code.patch
+++ b/0303-revert-fbcon-remove-soft-scrollback-code.patch
@@ -293,9 +293,9 @@
count = vc->vc_rows;
+ if (softback_top)
+ fbcon_softback_note(vc, t, count);
- if (logo_shown >= 0)
- goto redraw_up;
switch (fb_scrollmode(p)) {
+ case SCROLL_MOVE:
+ fbcon_redraw_blit(vc, info, p, t, b - t - count,
@@ -2078,6 +2266,14 @@ static int fbcon_switch(struct vc_data *
info = fbcon_info_from_console(vc->vc_num);
ops = info->fbcon_par;