wlroots-hyprland/include/backend/drm
Simon Ser 3b53d1cbf1 backend/drm: introduce page-flip tracking struct
Introduce a per-page-flip tracking struct passed to the kernel
when we request a page-flip event for an atomic commit. The kernel
will pass us back this pointer when delivering the event.

This eliminates any risk of mixing up events together. In particular,
if two events are pending, or if the CRTC of a connector is swapped,
we no longer blow up in the page-flip event handler.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3753
2023-11-17 16:59:04 +00:00
..
drm.h backend/drm: introduce page-flip tracking struct 2023-11-17 16:59:04 +00:00
iface.h backend/drm: introduce page-flip tracking struct 2023-11-17 16:59:04 +00:00
monitor.h backend/drm: add wlr_drm_backend_monitor 2021-12-13 14:55:16 +01:00
properties.h Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
renderer.h Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
util.h backend/drm: use libdisplay-info for CVT mode generation 2023-02-28 14:44:02 +00:00