All of lore.kernel.org
 help / color / mirror / Atom feed
* "flip_done timed out" messages causing huge increase in boot time
@ 2019-01-04 23:47 Daniel Kamil Kozar
  2019-01-05  0:16 ` Daniel Kamil Kozar
  2019-01-07 13:34   ` Ville Syrjälä
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Kamil Kozar @ 2019-01-04 23:47 UTC (permalink / raw)
  To: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied,
	azhar.shaikh, ville.syrjala
  Cc: intel-gfx, dri-devel, linux-kernel

Hello.
After upgrading the kernel to 4.20, I noticed that the boot time
increased from about 5 seconds to 25 seconds. My machine is an Asus
K53SV with an Intel i7-2630QM, i.e. Sandy Bridge. I have an external
display connected to it via HDMI. If the display is unplugged when
booting the machine, the boot time stays at its old value.
The kernel log shows two messages like this :

[   15.747206] [drm:drm_atomic_helper_wait_for_flip_done
[drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
[   26.198968] [drm:drm_atomic_helper_wait_for_dependencies
[drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out

Which are the only ones that don't appear in 4.19.2, where the boot
time was smaller. Bisecting the commits between these two versions
leads to commit 516a49cc19467e298d08a404f73a6e311f4548d1.

Let me know if you need more information.

Kind regards,
Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "flip_done timed out" messages causing huge increase in boot time
  2019-01-04 23:47 "flip_done timed out" messages causing huge increase in boot time Daniel Kamil Kozar
@ 2019-01-05  0:16 ` Daniel Kamil Kozar
  2019-01-05  0:16   ` Daniel Kamil Kozar
  2019-01-07 13:34   ` Ville Syrjälä
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Kamil Kozar @ 2019-01-05  0:16 UTC (permalink / raw)
  To: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied,
	azhar.shaikh, ville.syrjala
  Cc: intel-gfx, dri-devel, linux-kernel

Small omission on my part : I meant 4.19.12, not 4.19.2 as the last
working version.
Also, I can confirm that reverting
13947d150bae871bd880565ada318b0bcd0e690e from the current HEAD of
linux-stable fixes the issue.

On Sat, 5 Jan 2019 at 00:47, Daniel Kamil Kozar <dkk089@gmail.com> wrote:
>
> Hello.
> After upgrading the kernel to 4.20, I noticed that the boot time
> increased from about 5 seconds to 25 seconds. My machine is an Asus
> K53SV with an Intel i7-2630QM, i.e. Sandy Bridge. I have an external
> display connected to it via HDMI. If the display is unplugged when
> booting the machine, the boot time stays at its old value.
> The kernel log shows two messages like this :
>
> [   15.747206] [drm:drm_atomic_helper_wait_for_flip_done
> [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
> [   26.198968] [drm:drm_atomic_helper_wait_for_dependencies
> [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
>
> Which are the only ones that don't appear in 4.19.2, where the boot
> time was smaller. Bisecting the commits between these two versions
> leads to commit 516a49cc19467e298d08a404f73a6e311f4548d1.
>
> Let me know if you need more information.
>
> Kind regards,
> Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "flip_done timed out" messages causing huge increase in boot time
  2019-01-05  0:16 ` Daniel Kamil Kozar
@ 2019-01-05  0:16   ` Daniel Kamil Kozar
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Kamil Kozar @ 2019-01-05  0:16 UTC (permalink / raw)
  To: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied,
	azhar.shaikh, ville.syrjala
  Cc: intel-gfx, dri-devel, linux-kernel

I should really get to bed ... of course, I meant
516a49cc19467e298d08a404f73a6e311f4548d1 ;-)

On Sat, 5 Jan 2019 at 01:16, Daniel Kamil Kozar <dkk089@gmail.com> wrote:
>
> Small omission on my part : I meant 4.19.12, not 4.19.2 as the last
> working version.
> Also, I can confirm that reverting
> 13947d150bae871bd880565ada318b0bcd0e690e from the current HEAD of
> linux-stable fixes the issue.
>
> On Sat, 5 Jan 2019 at 00:47, Daniel Kamil Kozar <dkk089@gmail.com> wrote:
> >
> > Hello.
> > After upgrading the kernel to 4.20, I noticed that the boot time
> > increased from about 5 seconds to 25 seconds. My machine is an Asus
> > K53SV with an Intel i7-2630QM, i.e. Sandy Bridge. I have an external
> > display connected to it via HDMI. If the display is unplugged when
> > booting the machine, the boot time stays at its old value.
> > The kernel log shows two messages like this :
> >
> > [   15.747206] [drm:drm_atomic_helper_wait_for_flip_done
> > [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
> > [   26.198968] [drm:drm_atomic_helper_wait_for_dependencies
> > [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
> >
> > Which are the only ones that don't appear in 4.19.2, where the boot
> > time was smaller. Bisecting the commits between these two versions
> > leads to commit 516a49cc19467e298d08a404f73a6e311f4548d1.
> >
> > Let me know if you need more information.
> >
> > Kind regards,
> > Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "flip_done timed out" messages causing huge increase in boot time
  2019-01-04 23:47 "flip_done timed out" messages causing huge increase in boot time Daniel Kamil Kozar
@ 2019-01-07 13:34   ` Ville Syrjälä
  2019-01-07 13:34   ` Ville Syrjälä
  1 sibling, 0 replies; 6+ messages in thread
From: Ville Syrjälä @ 2019-01-07 13:34 UTC (permalink / raw)
  To: Daniel Kamil Kozar
  Cc: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied,
	azhar.shaikh, intel-gfx, dri-devel, linux-kernel

On Sat, Jan 05, 2019 at 12:47:12AM +0100, Daniel Kamil Kozar wrote:
> Hello.
> After upgrading the kernel to 4.20, I noticed that the boot time
> increased from about 5 seconds to 25 seconds. My machine is an Asus
> K53SV with an Intel i7-2630QM, i.e. Sandy Bridge. I have an external
> display connected to it via HDMI. If the display is unplugged when
> booting the machine, the boot time stays at its old value.
> The kernel log shows two messages like this :
> 
> [   15.747206] [drm:drm_atomic_helper_wait_for_flip_done
> [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
> [   26.198968] [drm:drm_atomic_helper_wait_for_dependencies
> [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out

Hrm. With SNB I would be tempted to blame the LP3 watermarks, but
4.20 already has commit 21556350ade3 ("drm/i915: Disable LP3 watermarks
on all SNB machines").

Can you file a bug at
https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel
and attach the full dmesg from the boot with drm.debug=0xe passed to the
kernel cmdline?

-- 
Ville Syrjälä
Intel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "flip_done timed out" messages causing huge increase in boot time
@ 2019-01-07 13:34   ` Ville Syrjälä
  0 siblings, 0 replies; 6+ messages in thread
From: Ville Syrjälä @ 2019-01-07 13:34 UTC (permalink / raw)
  To: Daniel Kamil Kozar
  Cc: airlied, intel-gfx, azhar.shaikh, linux-kernel, dri-devel, rodrigo.vivi

On Sat, Jan 05, 2019 at 12:47:12AM +0100, Daniel Kamil Kozar wrote:
> Hello.
> After upgrading the kernel to 4.20, I noticed that the boot time
> increased from about 5 seconds to 25 seconds. My machine is an Asus
> K53SV with an Intel i7-2630QM, i.e. Sandy Bridge. I have an external
> display connected to it via HDMI. If the display is unplugged when
> booting the machine, the boot time stays at its old value.
> The kernel log shows two messages like this :
> 
> [   15.747206] [drm:drm_atomic_helper_wait_for_flip_done
> [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
> [   26.198968] [drm:drm_atomic_helper_wait_for_dependencies
> [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out

Hrm. With SNB I would be tempted to blame the LP3 watermarks, but
4.20 already has commit 21556350ade3 ("drm/i915: Disable LP3 watermarks
on all SNB machines").

Can you file a bug at
https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel
and attach the full dmesg from the boot with drm.debug=0xe passed to the
kernel cmdline?

-- 
Ville Syrjälä
Intel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: "flip_done timed out" messages causing huge increase in boot time
  2019-01-07 13:34   ` Ville Syrjälä
  (?)
@ 2019-01-07 17:54   ` Daniel Kamil Kozar
  -1 siblings, 0 replies; 6+ messages in thread
From: Daniel Kamil Kozar @ 2019-01-07 17:54 UTC (permalink / raw)
  To: Ville Syrjälä
  Cc: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied,
	azhar.shaikh, intel-gfx, dri-devel, linux-kernel

I submitted the bug report at
https://bugs.freedesktop.org/show_bug.cgi?id=109245 . The dmesg log is
attached to the bug report.

Daniel

On Mon, 7 Jan 2019 at 14:34, Ville Syrjälä
<ville.syrjala@linux.intel.com> wrote:
>
> On Sat, Jan 05, 2019 at 12:47:12AM +0100, Daniel Kamil Kozar wrote:
> > Hello.
> > After upgrading the kernel to 4.20, I noticed that the boot time
> > increased from about 5 seconds to 25 seconds. My machine is an Asus
> > K53SV with an Intel i7-2630QM, i.e. Sandy Bridge. I have an external
> > display connected to it via HDMI. If the display is unplugged when
> > booting the machine, the boot time stays at its old value.
> > The kernel log shows two messages like this :
> >
> > [   15.747206] [drm:drm_atomic_helper_wait_for_flip_done
> > [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
> > [   26.198968] [drm:drm_atomic_helper_wait_for_dependencies
> > [drm_kms_helper]] *ERROR* [CRTC:39:pipe A] flip_done timed out
>
> Hrm. With SNB I would be tempted to blame the LP3 watermarks, but
> 4.20 already has commit 21556350ade3 ("drm/i915: Disable LP3 watermarks
> on all SNB machines").
>
> Can you file a bug at
> https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel
> and attach the full dmesg from the boot with drm.debug=0xe passed to the
> kernel cmdline?
>
> --
> Ville Syrjälä
> Intel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-07 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 23:47 "flip_done timed out" messages causing huge increase in boot time Daniel Kamil Kozar
2019-01-05  0:16 ` Daniel Kamil Kozar
2019-01-05  0:16   ` Daniel Kamil Kozar
2019-01-07 13:34 ` Ville Syrjälä
2019-01-07 13:34   ` Ville Syrjälä
2019-01-07 17:54   ` Daniel Kamil Kozar

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.