Files
weston/src
David Herrmann 1edf44ce26 compositor: finish frame if redraw fails
If we are about to finish a frame, but a redraw is pending and we let the
compositor redraw, we need to check for errors. If the redraw fails and
the backend cannot schedule a page-flip, we need to finish the frame,
anyway.

All backends except DRM use a timer to schedule frames. Hence, they cannot
fail. But for DRM, we need to be able to handle drmModePageFlip() failures
in case access got revoked.

This fixes a bug where logind+drm caused keyboard input to be missed as we
didn't reenable it after a failed page-flip during deactivation.
2013-10-22 12:24:56 -07:00
..
2013-05-10 14:05:59 -04:00
2013-08-08 13:46:13 -07:00
2013-08-08 13:46:13 -07:00
2013-08-08 13:46:13 -07:00
2013-10-21 16:07:10 -07:00
2013-10-21 16:07:10 -07:00
2013-08-16 10:56:00 -07:00
2013-10-21 16:23:58 -07:00
2013-10-21 16:23:58 -07:00
2012-05-10 14:11:44 -04:00
2013-10-21 16:23:58 -07:00
2013-10-21 16:23:58 -07:00
2013-10-21 16:23:58 -07:00
2013-10-10 16:51:33 -07:00
2013-05-22 17:05:45 -04:00
2013-08-08 13:46:13 -07:00
2013-07-09 02:02:11 -04:00