Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751087AbeACSAr (ORCPT + 1 other); Wed, 3 Jan 2018 13:00:47 -0500 Received: from mx2.suse.de ([195.135.220.15]:46889 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750864AbeACSAp (ORCPT ); Wed, 3 Jan 2018 13:00:45 -0500 Subject: Re: [RFC PATCH v2 00/13] Kernel based bootsplash To: Alan Cox , Daniel Vetter Cc: Neil Armstrong , Bartlomiej Zolnierkiewicz , Linux Fbdev development list , michal@markovi.net, sndirsch@suse.com, Oliver Neukum , Takashi Iwai , dri-devel , Linux Kernel Mailing List , =?UTF-8?Q?Bero_Rosenkr=c3=a4nzer?= , philm@manjaro.org References: <20171213194755.3409-1-mstaudt@suse.de> <20171219161630.GI26573@phenom.ffwll.local> <2f8a1a08-911d-a511-2968-4d89418ac212@suse.de> <573d4050-7607-b8e4-7552-83966f551ba3@suse.de> <20171220094355.GJ26573@phenom.ffwll.local> <20171220101421.GM26573@phenom.ffwll.local> <5dc7f218-9113-fad3-c0a8-883c4bae4e02@suse.de> <20171231124457.12e954f8@alans-desktop> From: Max Staudt Message-ID: <3f50c7ba-f55a-30a4-6285-010a9d0e4dd2@suse.de> Date: Wed, 3 Jan 2018 19:00:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171231124457.12e954f8@alans-desktop> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 12/31/2017 01:44 PM, Alan Cox wrote: >> So fundamentally I don't think an in-kernel bootsplash is a bad idea. >> But most likely you want this on a highly embedded system, which > > It wouldn't be in kernel on such a device, it'll be in the bootstrap > before (or on a dual core device quite possibly while) the kernel data is > being uncompressed. Most displays need some time to stabilize clocks and > PLLs so you have to get the mode set up really really early on embedded > devices where in some cases you've got regulatory requirements to show > something on the display really really quickly. Consumers perceive a > second from on to displaying something as sluggish on a fixed function > device. Oh no. Thanks for the input, that changes my perspective a bit. So unless we could show it quickly enough, the kernel splash would be useful either as an addition on top of the bootloader's splash, or really aimed at fatter distros which wish to use something simple and kernel based. Max