Hi,
On 28-06-18 10:37, Daniel Vetter wrote:
On Thu, Jun 28, 2018 at 10:20 AM, Hans de Goede wrote:
Hi,
On 28-06-18 09:55, Daniel Vetter wrote:
On Tue, Jun 26, 2018 at 08:36:12PM +0200, Hans de Goede wrote:
Currently fbcon claims fbdevs as soon as they are registered and takes
over
the con
On Thu, Jun 28, 2018 at 10:20 AM, Hans de Goede wrote:
> Hi,
>
> On 28-06-18 09:55, Daniel Vetter wrote:
>>
>> On Tue, Jun 26, 2018 at 08:36:12PM +0200, Hans de Goede wrote:
>>>
>>> Currently fbcon claims fbdevs as soon as they are registered and takes
>>> over
>>> the console as soon as the first
Hi,
On 28-06-18 09:55, Daniel Vetter wrote:
On Tue, Jun 26, 2018 at 08:36:12PM +0200, Hans de Goede wrote:
Currently fbcon claims fbdevs as soon as they are registered and takes over
the console as soon as the first fbdev gets registered.
This behavior is undesirable in cases where a smooth gr
On Tue, Jun 26, 2018 at 08:36:12PM +0200, Hans de Goede wrote:
> Currently fbcon claims fbdevs as soon as they are registered and takes over
> the console as soon as the first fbdev gets registered.
>
> This behavior is undesirable in cases where a smooth graphical bootup is
> desired, in such cas
On Tue, Jun 26, 2018 at 9:29 PM, Hans de Goede wrote:
>>> + for (i = 0; i < FB_MAX; i++) {
>>> + if (registered_fb[i])
>>> + fbcon_fb_registered(registered_fb[i]);
>>> + }
>> Simple git grep shows that we perhaps do
>>
>> #define for_each_registere
Currently fbcon claims fbdevs as soon as they are registered and takes over
the console as soon as the first fbdev gets registered.
This behavior is undesirable in cases where a smooth graphical bootup is
desired, in such cases we typically want the contents of the framebuffer
(typically a vendor
Hi,
On 26-06-18 19:12, Andy Shevchenko wrote:
On Tue, Jun 26, 2018 at 4:55 PM, Hans de Goede wrote:
Currently fbcon claims fbdevs as soon as they are registered and takes over
the console as soon as the first fbdev gets registered.
This behavior is undesirable in cases where a smooth graphica
On Tue, Jun 26, 2018 at 8:12 PM, Andy Shevchenko
wrote:
> On Tue, Jun 26, 2018 at 4:55 PM, Hans de Goede wrote:
>> + for (i = 0; i < FB_MAX; i++) {
>> + if (registered_fb[i])
>> + fbcon_fb_registered(registered_fb[i]);
>> + }
>
> Simple git grep sh
On Tue, Jun 26, 2018 at 4:55 PM, Hans de Goede wrote:
> Currently fbcon claims fbdevs as soon as they are registered and takes over
> the console as soon as the first fbdev gets registered.
>
> This behavior is undesirable in cases where a smooth graphical bootup is
> desired, in such cases we typ
Currently fbcon claims fbdevs as soon as they are registered and takes over
the console as soon as the first fbdev gets registered.
This behavior is undesirable in cases where a smooth graphical bootup is
desired, in such cases we typically want the contents of the framebuffer
(typically a vendor
10 matches
Mail list logo