* [PATCH] fbcon: Fix scrollback with logo issue immediately after boot
@ 2006-05-24 19:41 Jordan Crouse
2006-05-25 0:35 ` Antonino A. Daplas
0 siblings, 1 reply; 3+ messages in thread
From: Jordan Crouse @ 2006-05-24 19:41 UTC (permalink / raw)
To: linux-fbdev-devel; +Cc: david.hollister
[-- Attachment #1: Type: text/plain, Size: 199 bytes --]
Greeting folks -
Sending on a patch against latest git that attempts to fix an issue with
the scrollback buffer in the fbcon immediately after boot. As always,
comments welcome.
Regards,
Jordan
[-- Attachment #2: fbcon.patch --]
[-- Type: text/plain, Size: 994 bytes --]
PATCH: Fix scrollback with logo issue immediately after boot.
From: David Hollister <david.hollister@amd.com>
After the system boots with the logo, if the first action is a
scrollback, the screen may become garbled. This patch ensures
that the softback_curr value is updated along with softback_in
following the scrollback.
Signed-off-by: David Hollister <david.hollister@amd.com>
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
---
drivers/video/console/fbcon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
index ca02071..953eb8c 100644
--- a/drivers/video/console/fbcon.c
+++ b/drivers/video/console/fbcon.c
@@ -2631,7 +2631,7 @@ static int fbcon_scrolldelta(struct vc_d
scr_memcpyw((u16 *) q, (u16 *) p,
vc->vc_size_row);
}
- softback_in = p;
+ softback_in = softback_curr = p;
update_region(vc, vc->vc_origin,
logo_lines * vc->vc_cols);
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] fbcon: Fix scrollback with logo issue immediately after boot
2006-05-24 19:41 [PATCH] fbcon: Fix scrollback with logo issue immediately after boot Jordan Crouse
@ 2006-05-25 0:35 ` Antonino A. Daplas
2006-05-25 13:32 ` David Hollister
0 siblings, 1 reply; 3+ messages in thread
From: Antonino A. Daplas @ 2006-05-25 0:35 UTC (permalink / raw)
To: linux-fbdev-devel; +Cc: david.hollister, jordan.crouse
Jordan Crouse wrote:
> Greeting folks -
>
> Sending on a patch against latest git that attempts to fix an issue with
> the scrollback buffer in the fbcon immediately after boot. As always,
> comments welcome.
Looks sane. Does this patch fix the problem mentioned here?
http://marc.theaimsgroup.com/?l=linux-kernel&m=114821885109864&w=2
Tony
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fbcon: Fix scrollback with logo issue immediately after boot
2006-05-25 0:35 ` Antonino A. Daplas
@ 2006-05-25 13:32 ` David Hollister
0 siblings, 0 replies; 3+ messages in thread
From: David Hollister @ 2006-05-25 13:32 UTC (permalink / raw)
To: Antonino A. Daplas; +Cc: linux-fbdev-devel, jordan.crouse
Hi Antonino,
That sounds exactly like what I was seeing. Oddly enough, as that post
explains, the problem did not manifest at all resolutions. The short
answer is yes, I believe this patch will fix the issue referenced below.
David
On Thu, 2006-05-25 at 08:35 +0800, Antonino A. Daplas wrote:
> Jordan Crouse wrote:
> > Greeting folks -
> >
> > Sending on a patch against latest git that attempts to fix an issue with
> > the scrollback buffer in the fbcon immediately after boot. As always,
> > comments welcome.
>
> Looks sane. Does this patch fix the problem mentioned here?
>
> http://marc.theaimsgroup.com/?l=linux-kernel&m=114821885109864&w=2
>
> Tony
>
>
>
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-25 13:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-24 19:41 [PATCH] fbcon: Fix scrollback with logo issue immediately after boot Jordan Crouse
2006-05-25 0:35 ` Antonino A. Daplas
2006-05-25 13:32 ` David Hollister
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).