linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] video/logo: add option to return largest logo for a given resolution
@ 2015-07-03  8:38 Urs Fässler
  2015-07-03  8:38 ` [PATCH 1/3] video/logo: use list of logos to find logo Urs Fässler
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Urs Fässler @ 2015-07-03  8:38 UTC (permalink / raw)
  To: daniel.vetter, linux-fbdev, linux-kernel, oliver.staebler,
	plagnioj, tomi.valkeinen, urs.fassler

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.

Urs Fässler (3):
  video/logo: use list of logos to find logo
  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        | 146 ++++++++++++++++++++++++++-------------
 include/linux/linux_logo.h       |   4 ++
 4 files changed, 124 insertions(+), 54 deletions(-)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-03  9:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03  8:38 [PATCH 0/3] video/logo: add option to return largest logo for a given resolution Urs Fässler
2015-07-03  8:38 ` [PATCH 1/3] video/logo: use list of logos to find logo Urs Fässler
2015-07-03  9:13   ` Geert Uytterhoeven
2015-07-03  8:38 ` [PATCH 2/3] logo: add option to return largest logo for a given resolution Urs Fässler
2015-07-03  8:38 ` [PATCH 3/3] fbdev: use largest logo if possible Urs Fässler

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).