Skip to content
Commit 71a58231 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

backends/drm: Make DrmOutput::queueChanges() not touch active status

The DrmOutput synchronizes the enabled state with the active state,
which makes sense on one hand, but on the other hand, that's not good.
The drm backend makes a decision that should be ideally made by either
kscreen (turn on outputs before applying an output config), user, or
kwin itself.

This would also allow kwin to control the allocation of crtcs for
non-desktop outputs, which is a minor thing, but it might be useful in
the future.
parent 0fc4bf7f
Pipeline #209284 passed with stage
in 30 minutes and 7 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment