Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-04-28 Thread Anatolij Gustschin
On Thu, 26 Apr 2012 23:50:57 +0200 Pali Rohár pali.ro...@gmail.com wrote: On Thursday 26 April 2012 23:45:52 Anatolij Gustschin wrote: Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output It

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-04-28 Thread Pali Rohár
On Saturday 28 April 2012 17:11:51 Anatolij Gustschin wrote: On Thu, 26 Apr 2012 23:50:57 +0200 Pali Rohár pali.ro...@gmail.com wrote: On Thursday 26 April 2012 23:45:52 Anatolij Gustschin wrote: Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote:

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-04-26 Thread Anatolij Gustschin
Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output It seems that I can reproduce similar problem on the beagleboard now. Will try to debug and find a solution for it. Thanks, Anatolij

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-04-26 Thread Pali Rohár
On Thursday 26 April 2012 23:45:52 Anatolij Gustschin wrote: Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output It seems that I can reproduce similar problem on the beagleboard now. Will try to debug and

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-23 Thread Anatolij Gustschin
Hi, On Thu, 22 Mar 2012 01:58:02 -0700 (PDT) Pali Rohár pali.ro...@gmail.com wrote: ... Do you think that mapped address of framebuffer is only problem? I wrote that it could be a problem. I do not know much about your system and U-Boot port and do not know exactly what you meant by damaged

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-22 Thread Pali Rohár
On Wednesday 21 March 2012 23:58:10 Anatolij Gustschin wrote: On Wed, 21 Mar 2012 19:50:34 +0100 Pali Rohár pali.ro...@gmail.com wrote: ... Hi, can you show me how to fix this? How to correctly use framebuffer? Hi, Not really. This would be a new project to rewrite U-Boot driver for

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-21 Thread Anatolij Gustschin
Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: - Fixed commit message drivers/video/cfb_console.c |2 +- 1

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-21 Thread Marek Vasut
Dear Anatolij Gustschin, Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: - Fixed commit message

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-21 Thread Anatolij Gustschin
Hi Marek, On Wed, 21 Mar 2012 11:20:38 +0100 Marek Vasut ma...@denx.de wrote: Dear Anatolij Gustschin, Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output Signed-off-by: Pali Rohár

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-21 Thread Anatolij Gustschin
On Wed, 21 Mar 2012 12:32:16 +0100 Anatolij Gustschin ag...@denx.de wrote: ... doesn't say much about the problem. If the GraphicDevice structure returned by video_hw_init() is setup correctly, the scrolling should be working fine. From the other patch [1] I can see that the structure I forgot

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-21 Thread Pali Rohár
On Wednesday 21 March 2012 12:32:16 Anatolij Gustschin wrote: Hi Marek, On Wed, 21 Mar 2012 11:20:38 +0100 Marek Vasut ma...@denx.de wrote: Dear Anatolij Gustschin, Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size,

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-21 Thread Anatolij Gustschin
On Wed, 21 Mar 2012 19:50:34 +0100 Pali Rohár pali.ro...@gmail.com wrote: ... Hi, can you show me how to fix this? How to correctly use framebuffer? Hi, Not really. This would be a new project to rewrite U-Boot driver for OMAP3 DSS. There is a driver under drivers/video/omap3_dss.c, but it

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-01-25 Thread Marek Vasut
* Use correct buffer size, do not damage screen output What are the symptoms, how does this fix the issue? Ccing Anatolij, I think he's the right one for this patch. Again, keep the correct CC!!! Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: -

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:06:51 Marek Vasut wrote: * Use correct buffer size, do not damage screen output What are the symptoms, how does this fix the issue? Ccing Anatolij, I think he's the right one for this patch. Again, keep the correct CC!!! Output on n900 screen is damged

[U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-01-24 Thread Pali Rohár
* Use correct buffer size, do not damage screen output Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: - Fixed commit message drivers/video/cfb_console.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/cfb_console.c