Re: [U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES

2015-01-23 Thread Simon Glass
On 20 January 2015 at 00:44, Anatolij Gustschin wrote: > Hi Simon, > > On Mon, 19 Jan 2015 17:33:08 -0700 > Simon Glass wrote: > >> Hi Anatolij, >> >> On 1 January 2015 at 16:17, Simon Glass wrote: >> > Some machines are very slow to scroll their displays. To cope with this, >> > support the CON

Re: [U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES

2015-01-19 Thread Anatolij Gustschin
Hi Simon, On Mon, 19 Jan 2015 17:33:08 -0700 Simon Glass wrote: > Hi Anatolij, > > On 1 January 2015 at 16:17, Simon Glass wrote: > > Some machines are very slow to scroll their displays. To cope with this, > > support the CONFIG_CONSOLE_SCROLL_LINES option. Setting this to 5 allows > > the di

Re: [U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES

2015-01-19 Thread Anatolij Gustschin
On Thu, 1 Jan 2015 16:17:57 -0700 Simon Glass wrote: > Some machines are very slow to scroll their displays. To cope with this, > support the CONFIG_CONSOLE_SCROLL_LINES option. Setting this to 5 allows > the display to operate at an acceptable speed by scrolling 5 lines at > a time. > > This s

Re: [U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES

2015-01-19 Thread Simon Glass
Hi Anatolij, On 1 January 2015 at 16:17, Simon Glass wrote: > Some machines are very slow to scroll their displays. To cope with this, > support the CONFIG_CONSOLE_SCROLL_LINES option. Setting this to 5 allows > the display to operate at an acceptable speed by scrolling 5 lines at > a time. > > T

[U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES

2015-01-01 Thread Simon Glass
Some machines are very slow to scroll their displays. To cope with this, support the CONFIG_CONSOLE_SCROLL_LINES option. Setting this to 5 allows the display to operate at an acceptable speed by scrolling 5 lines at a time. This same option is available for LCDs so when these systems are unified t