diff options
author | Simon Ser <contact@emersion.fr> | 2020-05-07 11:30:28 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-12 15:12:06 +0200 |
commit | da4df82532fd992aa1cf13cd1fb6f34ff6bb3ea2 (patch) | |
tree | aeafececcfd23f9c5ab74c9b182a9510e0e269fc /examples | |
parent | cdb6fdbc6cb734e174bfcb53e4622eeef89d0d79 (diff) |
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.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions