wlroots/backend/drm
Simon Ser b03eebf7d4 backend/drm: always perform a CRTC commit in drm_connector_commit
When the mode, status or buffer hasn't changed, drm_connector_commit was
a no-op. Because of this individual changes to the gamma LUT or adaptive
sync status were ignored (if committed without a buffer).

Instead, perform a commit to apply the changes.
2020-06-01 11:45:11 -06:00
..
atomic.c backend/drm: make adaptive_sync atomic 2020-06-01 11:45:11 -06:00
backend.c backend/drm: make drm_connector_set_mode take a wlr_drm_connector 2020-05-26 23:34:37 +02:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: always perform a CRTC commit in drm_connector_commit 2020-06-01 11:45:11 -06:00
legacy.c backend/drm: make adaptive_sync atomic 2020-06-01 11:45:11 -06:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
properties.c backend/drm: add support for adaptive_sync_enabled 2020-03-06 21:32:58 +01:00
renderer.c render/egl: unset current context after swapping buffers 2020-05-20 17:39:34 +02:00
util.c backend/drm: introduce wlr_drm_fb 2020-04-28 09:54:52 +02:00