Skip to content

platforms/drm: Fix dpms mode handling

Vlad Zahorodnii requested to merge work/fix-pipeline into master

Currently, DrmOutput::isDpmsEnabled() and DrmPipeline::m_mode.active can get out of sync, which can lead to issues where some outputs are not turned on.

Merge request reports