Add error recovery for failed page flips

This commit is contained in:
Scott Anderson 2017-09-23 18:27:14 +12:00
parent 459d138fa2
commit 025b3ee515
2 changed files with 47 additions and 5 deletions

View file

@ -155,6 +155,7 @@ struct wlr_drm_output {
struct wlr_drm_renderer *renderer;
bool pageflip_pending;
struct wl_event_source *retry_pageflip;
};
// Used to provide atomic or legacy DRM functions