wlroots-hyprland/backend
Simon Ser 17fe87af5e backend/drm: skip reset after VT switch if possible
If all connectors and planes already have the right CRTC set, or
are disabled, we can skip the device-wide reset after a VT switch.

I've contemplated using a more fine-grained logic to only reset
the connectors, CRTCs and planes that need to be migrated. However,
writing a correct algorithm for this would be quite involved, and it
doesn't seem worth the trouble anyways.

Closes: https://github.com/swaywm/sway/issues/7956
2024-02-15 09:56:33 +01:00
..
drm backend/drm: skip reset after VT switch if possible 2024-02-15 09:56:33 +01:00
headless backend/headless: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
libinput backend/libinput: drop wl_display argument 2024-01-25 15:05:36 +00:00
multi backend/multi: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
session backend/session: add docs 2024-02-01 16:08:47 +01:00
wayland Add more POSIX compliance macros to fix uClibc support 2024-02-12 17:41:45 +01:00
x11 backend/x11: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
backend.c backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate() 2024-01-25 15:05:36 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00