Re: [PATCH] drm/atomic: Convert a warning to dbg atomic printk

2022-04-06 Thread Zack Rusin
On Wed, 2022-04-06 at 10:30 +0200, Michel Dänzer wrote: > ⚠ External Email > > On 2022-04-06 00:47, Zack Rusin wrote: > > On Tue, 2022-04-05 at 19:09 +0200, Michel Dänzer wrote: > > > On 2022-04-04 20:21, Zack Rusin wrote: > > > > From: Zack Rusin > > > > > > > > By default each flip times out a

Re: [PATCH] drm/atomic: Convert a warning to dbg atomic printk

2022-04-05 Thread Zack Rusin
On Tue, 2022-04-05 at 19:09 +0200, Michel Dänzer wrote: > ⚠ External Email > > On 2022-04-04 20:21, Zack Rusin wrote: > > From: Zack Rusin > > > > By default each flip times out after 0.1 sec > > 10 * HZ is 10 seconds, not 0.1. Yea, sorry, this entire commit message is not correct. I've sent o

[PATCH] drm/atomic: Convert a warning to dbg atomic printk

2022-04-04 Thread Zack Rusin
From: Zack Rusin By default each flip times out after 0.1 sec and a warning about the time out is added to the kernel log. The warning is harmless because there's another flip coming right after but it can quickly fill up the log, e.g. missing 2 flips every second over a 24 hour span will add abo