wlroots-hyprland/backend/drm
Simon Ser 8c70245d5f output: fail commits if adaptive sync cannot be enabled
Previously, adaptive sync was just a hint and wouldn't make any
atomic commit fail if the backend didn't support it. The main reason
is wlr_output_test wasn't supported at the time.

Now that we have a way for compositors to test whether a change can
work, let's remove the exception for adaptive sync and convert it to
a regular output state field.
2022-08-30 17:53:50 +00:00
..
atomic.c output: fail commits if adaptive sync cannot be enabled 2022-08-30 17:53:50 +00:00
backend.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c output: fail commits if adaptive sync cannot be enabled 2022-08-30 17:53:50 +00:00
legacy.c output: fail commits if adaptive sync cannot be enabled 2022-08-30 17:53:50 +00:00
meson.build backend/drm: add wlr_drm_backend_monitor 2021-12-13 14:55:16 +01:00
monitor.c backend/drm: add wlr_drm_backend_monitor 2021-12-13 14:55:16 +01:00
properties.c backend/drm: set "max bpc" to the max 2022-06-19 16:55:36 +00:00
renderer.c backend/drm: fix crash in init_drm_surface 2022-05-26 09:38:48 +02:00
util.c backend/drm: use drmModeGetConnectorTypeName 2022-07-25 17:28:33 +00:00