wlroots-hyprland/backend
Simon Ser ae3d7a697c backend/drm: use DRM_IOCTL_MODE_CLOSEFB instead of RMFB
RMFB implicitly performs a modeset to turn off any CRTC which is
using the FB. This prevents seamless transitions between two DRM
masters from working.

Use the new CLOSEFB IOCTL which doesn't turn off anything and leave
it up to the compositor to turn off outputs on shutdown if it wants
to.
2023-11-28 13:18:39 +00:00
..
drm backend/drm: use DRM_IOCTL_MODE_CLOSEFB instead of RMFB 2023-11-28 13:18:39 +00:00
headless output: take wl_event_loop in wlr_output_init() 2023-11-23 11:39:25 +00:00
libinput treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
multi backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
session backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00
wayland Cleanup wlr_matrix.h includes 2023-11-25 08:37:43 +01:00
x11 backend/x11: don't send ConfigureRequest with the same size 2023-11-27 09:46:11 +00:00
backend.c backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00