feat: access outputs controls through config control
ClosedPublic

Authored by romangg on Dec 15 2019, 11:35 PM.

Details

Summary

Compositing output controls for all outputs into config control objects allows
writing and reading values according to the retention setting.

Test Plan

Compiles.

Diff Detail

Repository
R104 KScreen
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
romangg created this revision.Dec 15 2019, 11:35 PM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 15 2019, 11:35 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
romangg requested review of this revision.Dec 15 2019, 11:35 PM

Why do we need to compare names as well as ID?

Why do we need to compare names as well as ID?

The id is the output hash which can be either calculated from its name or edid. If you have two of the same output models that have the same edid you can't distinguish them. The name contains the port the output is connected with.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 25 2019, 3:09 PM
This revision was automatically updated to reflect the committed changes.