Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-12 Thread Daniel van Vugt
On 9/2/24 18:58, Daniel Vetter wrote: > On Thu, Feb 08, 2024 at 09:16:50AM +0800, Daniel van Vugt wrote: >> On 8/2/24 04:21, Mario Limonciello wrote: >>> On 2/7/2024 03:51, Daniel Vetter wrote: On Wed, Feb 07, 2024 at 10:03:10AM +0800, Daniel van Vugt wrote: > On 6/2/24 23:41, Mario Limonc

Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-09 Thread Daniel Vetter
On Thu, Feb 08, 2024 at 09:16:50AM +0800, Daniel van Vugt wrote: > On 8/2/24 04:21, Mario Limonciello wrote: > > On 2/7/2024 03:51, Daniel Vetter wrote: > >> On Wed, Feb 07, 2024 at 10:03:10AM +0800, Daniel van Vugt wrote: > >>> On 6/2/24 23:41, Mario Limonciello wrote: > On 2/6/2024 08:21, Da

Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-07 Thread Daniel van Vugt
On 8/2/24 04:21, Mario Limonciello wrote: > On 2/7/2024 03:51, Daniel Vetter wrote: >> On Wed, Feb 07, 2024 at 10:03:10AM +0800, Daniel van Vugt wrote: >>> On 6/2/24 23:41, Mario Limonciello wrote: On 2/6/2024 08:21, Daniel Vetter wrote: > On Tue, Feb 06, 2024 at 06:10:51PM +0800, Daniel v

Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-07 Thread Mario Limonciello
On 2/7/2024 03:51, Daniel Vetter wrote: On Wed, Feb 07, 2024 at 10:03:10AM +0800, Daniel van Vugt wrote: On 6/2/24 23:41, Mario Limonciello wrote: On 2/6/2024 08:21, Daniel Vetter wrote: On Tue, Feb 06, 2024 at 06:10:51PM +0800, Daniel van Vugt wrote: Until now, deferred console takeover only

Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-07 Thread Daniel Vetter
On Wed, Feb 07, 2024 at 10:03:10AM +0800, Daniel van Vugt wrote: > On 6/2/24 23:41, Mario Limonciello wrote: > > On 2/6/2024 08:21, Daniel Vetter wrote: > >> On Tue, Feb 06, 2024 at 06:10:51PM +0800, Daniel van Vugt wrote: > >>> Until now, deferred console takeover only meant defer until there is >

Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-06 Thread Daniel van Vugt
On 6/2/24 23:41, Mario Limonciello wrote: > On 2/6/2024 08:21, Daniel Vetter wrote: >> On Tue, Feb 06, 2024 at 06:10:51PM +0800, Daniel van Vugt wrote: >>> Until now, deferred console takeover only meant defer until there is >>> output. But that risks stepping on the toes of userspace splash screen

Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-06 Thread Mario Limonciello
On 2/6/2024 08:21, Daniel Vetter wrote: On Tue, Feb 06, 2024 at 06:10:51PM +0800, Daniel van Vugt wrote: Until now, deferred console takeover only meant defer until there is output. But that risks stepping on the toes of userspace splash screens, as console messages may appear before the splash

Re: [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-06 Thread Daniel Vetter
On Tue, Feb 06, 2024 at 06:10:51PM +0800, Daniel van Vugt wrote: > Until now, deferred console takeover only meant defer until there is > output. But that risks stepping on the toes of userspace splash screens, > as console messages may appear before the splash screen. So check the > command line f

[PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-06 Thread Daniel van Vugt
Until now, deferred console takeover only meant defer until there is output. But that risks stepping on the toes of userspace splash screens, as console messages may appear before the splash screen. So check the command line for the expectation of userspace splash and if present then extend the def