All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Huacai Chen <chenhuacai@kernel.org>,
	Linux Regressions <regressions@lists.linux.dev>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Jaak Ristioja <jaak@ristioja.ee>,
	Javier Martinez Canillas <javierm@redhat.com>,
	Linux DRI Development <dri-devel@lists.freedesktop.org>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: Re: Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
Date: Mon, 9 Oct 2023 15:45:44 +0700	[thread overview]
Message-ID: <ZSO9uArAtsPMPeTP@debian.me> (raw)
In-Reply-To: <CAAhV-H7XCmbgS=N4-SE8FnASAws8hnDRZsQJgXE+dwyARaqzNw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2170 bytes --]

On Mon, Oct 09, 2023 at 09:27:02AM +0800, Huacai Chen wrote:
> Hi, all,
> 
> On Tue, Sep 26, 2023 at 10:31 PM Huacai Chen <chenhuacai@kernel.org> wrote:
> >
> > Hi, all,
> >
> > On Tue, Sep 26, 2023 at 7:15 PM Linux regression tracking (Thorsten
> > Leemhuis) <regressions@leemhuis.info> wrote:
> > >
> > > [CCing the regression list, as it should be in the loop for regressions:
> > > https://docs.kernel.org/admin-guide/reporting-regressions.html]
> > >
> > > Hi, Thorsten here, the Linux kernel's regression tracker.
> > >
> > > On 13.09.23 14:02, Jaak Ristioja wrote:
> > > >
> > > > Upgrading to Linux 6.5 on a Lenovo ThinkPad L570 (Integrated Intel HD
> > > > Graphics 620 (rev 02), Intel(R) Core(TM) i7-7500U) results in a blank
> > > > screen after boot until the display manager starts... if it does start
> > > > at all. Using the nomodeset kernel parameter seems to be a workaround.
> > > >
> > > > I've bisected this to commit 60aebc9559492cea6a9625f514a8041717e3a2e4
> > > > ("drivers/firmware: Move sysfb_init() from device_initcall to
> > > > subsys_initcall_sync").
> > >
> > > Hmmm, no reaction since it was posted a while ago, unless I'm missing
> > > something.
> > >
> > > Huacai Chen, did you maybe miss this report? The problem is apparently
> > > caused by a commit of yours (that Javier applied), you hence should look
> > > into this.
> > I'm sorry but it looks very strange, could you please share your config file?
> As confirmed by Jaak, disabling DRM_SIMPLEDRM makes things work fine
> again. So I guess the reason:

Did Jaak reply privately? It should have been disclosed in public
ML here instead.

> 
> When SIMPLEDRM takes over the framebuffer, the screen is blank (don't
> know why). And before 60aebc9559492cea6a9625f ("drivers/firmware: Move
> sysfb_init() from device_initcall to subsys_initcall_sync") there is
> no platform device created for SIMPLEDRM at early stage, so it seems
> also "no problem".

I don't understand above. You mean that after that commit the platform
device is also none, right?

Confused...

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Huacai Chen <chenhuacai@kernel.org>,
	Linux Regressions <regressions@lists.linux.dev>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>,
	Javier Martinez Canillas <javierm@redhat.com>,
	Linux DRI Development <dri-devel@lists.freedesktop.org>,
	Jaak Ristioja <jaak@ristioja.ee>
Subject: Re: Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
Date: Mon, 9 Oct 2023 15:45:44 +0700	[thread overview]
Message-ID: <ZSO9uArAtsPMPeTP@debian.me> (raw)
In-Reply-To: <CAAhV-H7XCmbgS=N4-SE8FnASAws8hnDRZsQJgXE+dwyARaqzNw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2170 bytes --]

On Mon, Oct 09, 2023 at 09:27:02AM +0800, Huacai Chen wrote:
> Hi, all,
> 
> On Tue, Sep 26, 2023 at 10:31 PM Huacai Chen <chenhuacai@kernel.org> wrote:
> >
> > Hi, all,
> >
> > On Tue, Sep 26, 2023 at 7:15 PM Linux regression tracking (Thorsten
> > Leemhuis) <regressions@leemhuis.info> wrote:
> > >
> > > [CCing the regression list, as it should be in the loop for regressions:
> > > https://docs.kernel.org/admin-guide/reporting-regressions.html]
> > >
> > > Hi, Thorsten here, the Linux kernel's regression tracker.
> > >
> > > On 13.09.23 14:02, Jaak Ristioja wrote:
> > > >
> > > > Upgrading to Linux 6.5 on a Lenovo ThinkPad L570 (Integrated Intel HD
> > > > Graphics 620 (rev 02), Intel(R) Core(TM) i7-7500U) results in a blank
> > > > screen after boot until the display manager starts... if it does start
> > > > at all. Using the nomodeset kernel parameter seems to be a workaround.
> > > >
> > > > I've bisected this to commit 60aebc9559492cea6a9625f514a8041717e3a2e4
> > > > ("drivers/firmware: Move sysfb_init() from device_initcall to
> > > > subsys_initcall_sync").
> > >
> > > Hmmm, no reaction since it was posted a while ago, unless I'm missing
> > > something.
> > >
> > > Huacai Chen, did you maybe miss this report? The problem is apparently
> > > caused by a commit of yours (that Javier applied), you hence should look
> > > into this.
> > I'm sorry but it looks very strange, could you please share your config file?
> As confirmed by Jaak, disabling DRM_SIMPLEDRM makes things work fine
> again. So I guess the reason:

Did Jaak reply privately? It should have been disclosed in public
ML here instead.

> 
> When SIMPLEDRM takes over the framebuffer, the screen is blank (don't
> know why). And before 60aebc9559492cea6a9625f ("drivers/firmware: Move
> sysfb_init() from device_initcall to subsys_initcall_sync") there is
> no platform device created for SIMPLEDRM at early stage, so it seems
> also "no problem".

I don't understand above. You mean that after that commit the platform
device is also none, right?

Confused...

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-10-09  8:45 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-13 12:02 Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570 Jaak Ristioja
2023-09-18  7:40 ` Bagas Sanjaya
2023-09-18  7:40   ` Bagas Sanjaya
2023-09-26 11:15 ` Linux regression tracking (Thorsten Leemhuis)
2023-09-26 11:15   ` Linux regression tracking (Thorsten Leemhuis)
2023-09-26 14:31   ` Huacai Chen
2023-09-26 14:31     ` Huacai Chen
2023-10-09  1:27     ` Huacai Chen
2023-10-09  1:27       ` Huacai Chen
2023-10-09  8:45       ` Bagas Sanjaya [this message]
2023-10-09  8:45         ` Bagas Sanjaya
2023-10-09  8:54         ` Huacai Chen
2023-10-09  8:54           ` Huacai Chen
2023-10-20  9:35           ` Linux regression tracking (Thorsten Leemhuis)
2023-10-20  9:35             ` Linux regression tracking (Thorsten Leemhuis)
2023-10-20  9:48             ` Huacai Chen
2023-10-20  9:48               ` Huacai Chen
2023-10-22 22:54               ` Evan Preston
2023-10-22 22:54                 ` Evan Preston
2023-10-25 10:08                 ` Thorsten Leemhuis
2023-10-25 10:08                   ` Thorsten Leemhuis
2023-10-25 13:23                   ` Huacai Chen
2023-10-25 13:23                     ` Huacai Chen
2023-10-25 13:29                     ` Javier Martinez Canillas
2023-10-25 13:29                       ` Javier Martinez Canillas
2023-10-25 13:42                     ` Linux regression tracking (Thorsten Leemhuis)
2023-10-25 13:42                       ` Linux regression tracking (Thorsten Leemhuis)
2023-10-25 18:49                     ` Jaak Ristioja
2023-10-25 18:49                       ` Jaak Ristioja
2023-10-26  0:58                       ` Huacai Chen
2023-10-26  0:58                         ` Huacai Chen
2023-10-28 11:06                         ` Jaak Ristioja
2023-10-28 11:06                           ` Jaak Ristioja
2023-10-29  1:42                           ` Huacai Chen
2023-10-29  1:42                             ` Huacai Chen
2023-10-31 12:17                             ` Huacai Chen
2023-10-31 12:17                               ` Huacai Chen
2023-11-01 11:52                               ` Jaak Ristioja
2023-11-01 11:52                                 ` Jaak Ristioja
2023-11-02 12:38                                 ` Huacai Chen
2023-11-02 12:38                                   ` Huacai Chen
2023-11-03  5:45                                   ` Evan Preston
2023-11-03  5:45                                     ` Evan Preston
2023-11-03  6:36                                     ` Huacai Chen
2023-11-03  6:36                                       ` Huacai Chen
2023-11-04  2:32                                       ` Evan Preston
2023-11-04  2:32                                         ` Evan Preston
2023-11-05 12:40                                         ` Huacai Chen
2023-11-05 12:40                                           ` Huacai Chen
2023-11-05 16:28                                           ` Jaak Ristioja
2023-11-05 16:28                                             ` Jaak Ristioja
2023-11-06  2:15                                             ` Huacai Chen
2023-11-06  2:15                                               ` Huacai Chen
2023-11-06 13:49                                               ` Jaak Ristioja
2023-11-06 13:49                                                 ` Jaak Ristioja
2023-11-06 14:22                                                 ` Huacai Chen
2023-11-06 14:22                                                   ` Huacai Chen
2023-11-06 20:32                                                   ` Evan Preston
2023-11-06 20:32                                                     ` Evan Preston
2023-11-07  1:49                                                     ` Huacai Chen
2023-11-07  1:49                                                       ` Huacai Chen
2023-11-07  5:39                                                       ` Evan Preston
2023-11-07  5:39                                                         ` Evan Preston
2023-11-08  5:23                                                         ` Evan Preston
2023-11-08  5:23                                                           ` Evan Preston
2023-11-08  2:52                                                     ` Huacai Chen
2023-11-08  2:52                                                       ` Huacai Chen
2023-12-11  3:31                                                 ` Huacai Chen
2023-12-11  3:31                                                   ` Huacai Chen
2023-11-05 21:10                                           ` Evan Preston
2023-11-05 21:10                                             ` Evan Preston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZSO9uArAtsPMPeTP@debian.me \
    --to=bagasdotme@gmail.com \
    --cc=airlied@gmail.com \
    --cc=chenhuacai@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jaak@ristioja.ee \
    --cc=javierm@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=regressions@lists.linux.dev \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.