wlroots-hyprland/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
..
atomic.c backend/drm: add test_only arg to wlr_drm_interface.crtc_commit 2021-07-09 15:31:19 -04:00
backend.c backend/drm: force linear layout for multi-GPU buffers 2021-07-08 17:06:20 +02:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: add test_only arg to wlr_drm_interface.crtc_commit 2021-07-09 15:31:19 -04:00
legacy.c backend/drm: add test_only arg to wlr_drm_interface.crtc_commit 2021-07-09 15:31:19 -04:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
properties.c backend/drm: add support for the subconnector property 2021-01-17 12:42:25 +01:00
renderer.c backend/drm: stop using drm_surface_make_current in drm_surface_blit 2021-07-08 14:44:42 -04:00
util.c Revert "backend/drm: fail instead of stripping a modifier" 2021-04-27 15:38:10 +02:00