mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add error recovery for failed page flips
This commit is contained in:
parent
459d138fa2
commit
025b3ee515
2 changed files with 47 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue