wlroots/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
drm.c backend/drm: drop drm_connector_set_mode() 2022-10-10 07:48:25 +00:00
legacy.c
meson.build
monitor.c
properties.c
renderer.c
util.c backend/drm: pass through mode picture aspect ratio 2022-09-22 09:38:27 +02:00