Re: [PATCH 2/2] fbdev: fbmem: add config option to center the bootup logo

2019-01-06 Thread Geert Uytterhoeven
Hi Peter, On Mon, Nov 26, 2018 at 10:59 PM Peter Rosin wrote: > If there are extra logos (CONFIG_FB_LOGO_EXTRA) the heights of these > extra logos are not considered when centering the first logo vertically. > > Signed-off-by: Peter Rosin > --- a/drivers/video/logo/Kconfig > +++

Re: [PATCH 2/2] fbdev: fbmem: add config option to center the bootup logo

2018-12-20 Thread Bartlomiej Zolnierkiewicz
On 11/26/2018 10:57 PM, Peter Rosin wrote: > If there are extra logos (CONFIG_FB_LOGO_EXTRA) the heights of these > extra logos are not considered when centering the first logo vertically. > > Signed-off-by: Peter Rosin Patch queued for 4.21, thanks. Best regards, -- Bartlomiej Zolnierkiewicz

[PATCH 2/2] fbdev: fbmem: add config option to center the bootup logo

2018-11-27 Thread Peter Rosin
If there are extra logos (CONFIG_FB_LOGO_EXTRA) the heights of these extra logos are not considered when centering the first logo vertically. Signed-off-by: Peter Rosin --- drivers/video/fbdev/core/fbmem.c | 25 - drivers/video/logo/Kconfig | 9 + 2 files