From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Senozhatsky Date: Tue, 03 Jul 2018 16:13:27 +0000 Subject: Re: [PATCH v5 3/3] console/fbcon: Add support for deferred console takeover Message-Id: <20180703161327.GA391@tigerII.localdomain> List-Id: References: <20180628090351.15581-1-hdegoede@redhat.com> <20180628090351.15581-4-hdegoede@redhat.com> In-Reply-To: <20180628090351.15581-4-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Hans de Goede Cc: Petr Mladek , linux-fbdev@vger.kernel.org, Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org, Steven Rostedt , Sergey Senozhatsky , dri-devel@lists.freedesktop.org On (06/28/18 11:03), Hans de Goede wrote: [..] > > +config FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER > + bool "Framebuffer Console Deferred Takeover" > + depends on FRAMEBUFFER_CONSOLE=y && DUMMY_CONSOLE=y + default n > + help > + If enabled this defers the framebuffer console taking over the > + console from the dummy console until the first text is displayed on > + the console. This is useful in combination with the "quiet" kernel > + commandline option to keep the framebuffer contents initially put up > + by the firmware in place, rather then replacing the contents with a > + black screen as soon as fbcon loads. Can we please default this to 'n'? -ss