On Wed, 27 May 2015 07:59:34 +0200
Thomas Huth wrote:
> On Wed, 27 May 2015 02:11:13 +0200
> Greg Kurz wrote:
>
> > SLOF currently calls hv-logical-load and hv-logical-store for every pixel
> > when enabling or disabling the cursor. This is suboptimal when writing one
> > char at a time to the
Greg Kurz writes:
> On Wed, 27 May 2015 10:41:06 +0530
> Nikunj A Dadhania wrote:
>
>> Greg Kurz writes:
>>
>> > SLOF currently calls hv-logical-load and hv-logical-store for every pixel
>> > when enabling or disabling the cursor. This is suboptimal when writing one
>> > char at a time to the
On Wed, 27 May 2015 10:41:06 +0530
Nikunj A Dadhania wrote:
> Greg Kurz writes:
>
> > SLOF currently calls hv-logical-load and hv-logical-store for every pixel
> > when enabling or disabling the cursor. This is suboptimal when writing one
> > char at a time to the console since terminal-write a
On Wed, 27 May 2015 02:11:13 +0200
Greg Kurz wrote:
> SLOF currently calls hv-logical-load and hv-logical-store for every pixel
> when enabling or disabling the cursor. This is suboptimal when writing one
> char at a time to the console since terminal-write always toggles the cursor.
> And this i
Greg Kurz writes:
> SLOF currently calls hv-logical-load and hv-logical-store for every pixel
> when enabling or disabling the cursor. This is suboptimal when writing one
> char at a time to the console since terminal-write always toggles the cursor.
> And this is precisely what grub is doing whe