[systemd-devel] [PATCH v2 6/8] add GOP mode setting and splash drawing support
Kay Sievers
kay at vrfy.org
Sat Jan 18 11:24:46 PST 2014
On Thu, Jan 16, 2014 at 4:13 PM, Joonas Lahtinen
<joonas.lahtinen at linux.intel.com> wrote:
> By our measurements, the original BGRX code only adds some 5 milliseconds to
> the boot time compared to no logo at all, where the BMP code adds almost 70
> milliseconds.
We can be quite a bit more efficient when pushing the pixels, I guess.
For us, we wanted alpha channels, so the background can be set
separately, this involves per-pixel calculation for the 32bit BMP
version.
First question, did yo make sure to compile with optimization? I did
not check, but the ope-coded copy loop might benefit from it.
Kay
More information about the systemd-devel
mailing list