backend/drm: nuke retry_pageflip

retry_pageflip is now dead code, since drm_connector_start_renderer
isn't called anymore. It was previously called when enabling an output.
The name "retry_pageflip" was a little confusing because the function
retried a modeset and the timer wasn't set up while performing a simple
page-flip.

Let's just remove this altogether for now. We can discuss whether it's
worth it to bring it back. Should we only do it on failed page-flips?
Should we only do it on EBUSY?
This commit is contained in:
Simon Ser 2020-05-18 12:25:55 +02:00 committed by Drew DeVault
parent 61095f4a12
commit d6cc718472
2 changed files with 0 additions and 33 deletions

View file

@ -131,7 +131,6 @@ struct wlr_drm_connector {
drmModeCrtc *old_crtc;
struct wl_event_source *retry_pageflip;
struct wl_list link;
/*