Re: [PATCH weston v2 2/2] compositor-drm: Watchdog timer implementation

2014-10-31 Thread Bryce Harrington
Just a couple typos spotted On Thu, Oct 30, 2014 at 01:19:15PM -0400, Frederic Plourde wrote: @@ -617,20 +694,24 @@ drm_output_repaint(struct weston_output *output_base, output-next-fb_id, 0, 0, output-connector_id, 1,

[PATCH weston v2 2/2] compositor-drm: Watchdog timer implementation

2014-10-30 Thread Frederic Plourde
Weston will not repaint until previous update has been acked by a page-flip event coming from the drm driver. However, some buggy drivers won't return those events or will stop sending them at some point and Weston output repaints will completely freeze. To ease developers' task in testing their