Re: [PATCH weston] compositor: warn about insane repaint delay

2015-03-20 Thread Pekka Paalanen
On Thu, 19 Mar 2015 11:16:33 -0700 Bryce Harrington wrote: > On Thu, Mar 19, 2015 at 08:13:42AM -0500, Derek Foreman wrote: > > Reviewed-By: Derek Foreman > > > > On 19/03/15 05:33 AM, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > > > Make the sanity check more explicit and log a w

Re: [PATCH weston] compositor: warn about insane repaint delay

2015-03-19 Thread Bryce Harrington
On Thu, Mar 19, 2015 at 08:13:42AM -0500, Derek Foreman wrote: > Reviewed-By: Derek Foreman > > On 19/03/15 05:33 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Make the sanity check more explicit and log a warning if it happens. > > > > Small negative values are ok because it just

Re: [PATCH weston] compositor: warn about insane repaint delay

2015-03-19 Thread Derek Foreman
Reviewed-By: Derek Foreman On 19/03/15 05:33 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > Make the sanity check more explicit and log a warning if it happens. > > Small negative values are ok because it just means the compositor is > lagging behind, or more likely the user specified a

[PATCH weston] compositor: warn about insane repaint delay

2015-03-19 Thread Pekka Paalanen
From: Pekka Paalanen Make the sanity check more explicit and log a warning if it happens. Small negative values are ok because it just means the compositor is lagging behind, or more likely the user specified a too long repaint window. Signed-off-by: Pekka Paalanen --- src/compositor.c | 14 +