wlroots/backend
Simon Ser 8cf1bd5582 backend/drm: fix VRR test
We were calling drm_connector_supports_vrr() before
drm_connector_alloc_crtc(). Thus, when an output is currently off,
the VRR test would always fail, because it checks that the
vrr_enabled CRTC prop exists.

(cherry picked from commit 90a6c7b7e1)
2022-12-07 15:11:46 +01:00
..
drm backend/drm: fix VRR test 2022-12-07 15:11:46 +01:00
headless backend: use global output name counters 2022-10-13 13:12:43 +02:00
libinput backend/libinput: Fix SIGSEGV found in low-memory fuzzing 2022-09-22 13:37:32 -04:00
multi Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
session Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wayland backend/wayland: ensure buffers are released on shutdown 2022-12-07 15:11:35 +01:00
x11 backend/x11: ensure buffers are released on shutdown 2022-12-07 15:11:35 +01:00
backend.c backend: error out when missing DRM and libinput in wlr_backend_autocreate() 2022-12-07 15:06:29 +01:00
meson.build backend: remove noop backend 2021-11-25 16:49:05 +00:00