wlroots-hyprland/include/backend
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 backend/drm: introduce page-flip tracking struct 2023-11-17 16:59:04 +00:00
session Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
backend.h backend: remove backend_get_allocator 2021-11-18 09:37:57 -05:00
headless.h backend: use global output name counters 2022-10-13 13:12:43 +02:00
libinput.h docs: replace the less commonly used "::" with "." 2023-10-02 22:10:16 +03:00
multi.h backend: drop wlr_backend_get_session() 2022-11-15 21:16:25 +00:00
wayland.h backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
x11.h docs: replace the less commonly used "::" with "." 2023-10-02 22:10:16 +03:00