wlroots-hyprland/backend/drm
Simon Ser f216e97983 backend/drm: drop drm_connector_set_mode()
Instead of special-casing modesets, we can just cut the wrapper
and directly call drm_crtc_page_flip(). drm_connector_test() should
already have the checks previously done in drm_connector_set_mode(),
all we need to do is update enabled/mode after a successful atomic
commit.
2022-10-10 07:48:25 +00:00
..
atomic.c Only set max_bpc when full modesetting is being done. 2022-09-16 14:15:58 +00:00
backend.c backend/drm: fix missing wlr_output_state.allow_artifacts 2022-09-30 13:35:07 +02:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: drop drm_connector_set_mode() 2022-10-10 07:48:25 +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: pass through mode picture aspect ratio 2022-09-22 09:38:27 +02:00