mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
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:
parent
61095f4a12
commit
d6cc718472
2 changed files with 0 additions and 33 deletions
|
|
@ -131,7 +131,6 @@ struct wlr_drm_connector {
|
|||
|
||||
drmModeCrtc *old_crtc;
|
||||
|
||||
struct wl_event_source *retry_pageflip;
|
||||
struct wl_list link;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue