wlroots-hyprland/backend/drm
Simon Ser da4df82532 backend/drm: fix combined modeset+enable commits
When an output is enabled and modeset at the same time,
drm_connector_commit would first try to modeset then try to commit. This
won't work because both will trigger a page-flip. KMS will reject that.

Change the logic to only enable an output if no modeset has been
requested. The logic in wlr_output already checks that the user isn't
doing a modeset and disabling the output at the same time.
2020-05-12 15:12:06 +02:00
..
atomic.c backend/drm: simplify atomic commit logic 2020-05-10 09:21:04 +02:00
backend.c backend/drm: fix crash in session_signal 2020-05-10 12:07:05 +02:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: fix combined modeset+enable commits 2020-05-12 15:12:06 +02:00
legacy.c backend/drm: GAMMA_LUT_SIZE isn't atomic 2020-05-10 09:20:46 +02: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 backend/drm: strip alpha channel if necessary 2020-04-29 08:32:06 +02:00
util.c backend/drm: introduce wlr_drm_fb 2020-04-28 09:54:52 +02:00