wlroots-hyprland/include/backend/drm
Simon Ser d6cc718472 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?
2020-05-26 23:34:37 +02:00
..
cvt.h backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.h backend/drm: nuke retry_pageflip 2020-05-26 23:34:37 +02:00
iface.h output: make wlr_output_set_gamma atomic 2020-05-14 20:09:28 +02:00
properties.h backend/drm: GAMMA_LUT_SIZE isn't atomic 2020-05-10 09:20:46 +02:00
renderer.h backend/drm: introduce wlr_drm_fb 2020-04-28 09:54:52 +02:00
util.h backend/drm: introduce wlr_drm_fb 2020-04-28 09:54:52 +02:00