wlroots/include/backend/drm
Simon Ser 017555651b backend/drm: add test_only arg to wlr_drm_interface.crtc_commit
Right now callers of drm_crtc_commit need to check whether the
interface is legacy or atomic before passing the TEST_ONLY flag.
Additionally, the fallbacks for legacy are in-place in the common
code.

Add a test_only arg to the crtc_commit hook. This way, there's no
risk to pass atomic-only flags to the legacy function (add an assert
to ensure this) and all of the legacy-specific logic can be put back
into legacy.c (done in next commit).
2021-07-09 15:31:19 -04:00
..
cvt.h backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.h backend/drm: move cursor fields to wlr_drm_connector 2021-06-02 11:08:52 +02:00
iface.h backend/drm: add test_only arg to wlr_drm_interface.crtc_commit 2021-07-09 15:31:19 -04:00
properties.h backend/drm: add support for the subconnector property 2021-01-17 12:42:25 +01:00
renderer.h output: take a wlr_buffer in set_cursor 2021-06-02 11:08:52 +02:00
util.h backend/drm: introduce wlr_drm_fb 2020-04-28 09:54:52 +02:00