From: "Urs Fässler" <urs.fassler@bytesatwork.ch>
To: daniel.vetter@ffwll.ch, linux-fbdev@vger.kernel.org,
linux-kernel@vger.kernel.org, oliver.staebler@bytesatwork.ch,
plagnioj@jcrosoft.com, tomi.valkeinen@ti.com,
urs.fassler@bytesatwork.ch, geert@linux-m68k.org
Subject: [PATCH 0/2 v2] video/logo: add option to return largest logo for a given resolution
Date: Tue, 07 Jul 2015 14:24:10 +0000 [thread overview]
Message-ID: <1436279052-17237-1-git-send-email-urs.fassler@bytesatwork.ch> (raw)
With this patches, the largest boot logo for a given display resolution is used.
We need that functionality since it is common that a product has variants which
differ only minimal in the hardware. Thus, we have the same kernel binary but
different device trees for different hardware / displays.
This patches allow use to show a full screen boot logo for every hardware
variant.
This is a rework of the patch from 3 Jul 2015 which respects the runtime-check
on m68k.
Urs Fässler (2):
logo: add option to return largest logo for a given resolution
fbdev: use largest logo if possible
drivers/video/fbdev/core/fbmem.c | 21 ++++++----
drivers/video/logo/Kconfig | 7 ++++
drivers/video/logo/logo.c | 86 ++++++++++++++++++++++++++++++++--------
include/linux/linux_logo.h | 4 ++
4 files changed, 94 insertions(+), 24 deletions(-)
--
2.1.4
next reply other threads:[~2015-07-07 14:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-07 14:24 Urs Fässler [this message]
2015-07-07 14:24 ` [PATCH 1/2] logo: add option to return largest logo for a given resolution Urs Fässler
2015-07-07 14:24 ` [PATCH 2/2] fbdev: use largest logo if possible Urs Fässler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436279052-17237-1-git-send-email-urs.fassler@bytesatwork.ch \
--to=urs.fassler@bytesatwork.ch \
--cc=daniel.vetter@ffwll.ch \
--cc=geert@linux-m68k.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oliver.staebler@bytesatwork.ch \
--cc=plagnioj@jcrosoft.com \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).