* [PATCH 0/4] efifb speedup and fixes
@ 2011-05-26 14:13 Andy Lutomirski
2011-06-02 8:20 ` Paul Mundt
2011-06-02 17:04 ` Peter Jones
0 siblings, 2 replies; 3+ messages in thread
From: Andy Lutomirski @ 2011-05-26 14:13 UTC (permalink / raw)
To: linux-fbdev
Fbcon over efifb is so slow that I thought I needed a faster modem.
It turns out that scrolling boot messages at 1024x768 pixels with
uncached accesses can take longer than every other step of kernel
bootup *combined*.
Fixing it is a one-liner, but I found some bugs while I was digging
around. One is a mismatched resource release (although not on my
box), one is a harmless compiler warning, and one fixes all manner of
badness that happens if you manually bind or unbind the efifb driver.
The speedup may or may not be 2.6.40 material, but the other fixes
should probably go in. (2/4 and 4/4 are possibly -stable candidates.)
Andy Lutomirski (4):
efifb: Enable write-combining
efifb: Fix mismatched request/release_mem_region
efifb: Fix an integer-to-pointer size warning
efifb: Disallow manual bind and unbind
Andy Lutomirski (4):
efifb: Enable write-combining
efifb: Fix mismatched request/release_mem_region
efifb: Fix an integer-to-pointer size warning
efifb: Disallow manual bind and unbind
drivers/video/efifb.c | 39 +++++++++++++++++++++++++--------------
1 files changed, 25 insertions(+), 14 deletions(-)
--
1.7.5.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/4] efifb speedup and fixes
2011-05-26 14:13 [PATCH 0/4] efifb speedup and fixes Andy Lutomirski
@ 2011-06-02 8:20 ` Paul Mundt
2011-06-02 17:04 ` Peter Jones
1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2011-06-02 8:20 UTC (permalink / raw)
To: linux-fbdev
On Thu, May 26, 2011 at 10:13:30AM -0400, Andy Lutomirski wrote:
> Fbcon over efifb is so slow that I thought I needed a faster modem.
> It turns out that scrolling boot messages at 1024x768 pixels with
> uncached accesses can take longer than every other step of kernel
> bootup *combined*.
>
> Fixing it is a one-liner, but I found some bugs while I was digging
> around. One is a mismatched resource release (although not on my
> box), one is a harmless compiler warning, and one fixes all manner of
> badness that happens if you manually bind or unbind the efifb driver.
>
> The speedup may or may not be 2.6.40 material, but the other fixes
> should probably go in. (2/4 and 4/4 are possibly -stable candidates.)
>
> Andy Lutomirski (4):
> efifb: Enable write-combining
> efifb: Fix mismatched request/release_mem_region
> efifb: Fix an integer-to-pointer size warning
> efifb: Disallow manual bind and unbind
>
I've applied patches 1, 2, and 4 along with Peter's sign off. I've not
added a stable cc since neither were specifically regressions, so I'll
just let Greg naturally decide whether to take them or not.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/4] efifb speedup and fixes
2011-05-26 14:13 [PATCH 0/4] efifb speedup and fixes Andy Lutomirski
2011-06-02 8:20 ` Paul Mundt
@ 2011-06-02 17:04 ` Peter Jones
1 sibling, 0 replies; 3+ messages in thread
From: Peter Jones @ 2011-06-02 17:04 UTC (permalink / raw)
To: linux-fbdev
>> Andy Lutomirski (4):
>> efifb: Enable write-combining
>> efifb: Fix mismatched request/release_mem_region
>> efifb: Fix an integer-to-pointer size warning
>> efifb: Disallow manual bind and unbind
>>
> I've applied patches 1, 2, and 4 along with Peter's sign off. I've not
> added a stable cc since neither were specifically regressions, so I'll
> just let Greg naturally decide whether to take them or not.
Thanks, Paul.
--
Peter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-02 17:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 14:13 [PATCH 0/4] efifb speedup and fixes Andy Lutomirski
2011-06-02 8:20 ` Paul Mundt
2011-06-02 17:04 ` Peter Jones
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).