Skip to content
Snippets Groups Projects
Commit 61f7650e authored by Mario Limonciello's avatar Mario Limonciello Committed by Kate Hsuan
Browse files

Allow both CPU and platform drivers to be simultaneously active

This is done by designating all drivers as CPU drivers or platform drivers.
One of each driver can be active at any given time.

When setting an active profile CPU driver is set first as this is less likely to have
failures. If failures occur setting the platform driver then the CPU driver is undone.

If both profiles are degraded then the string for the reason from both drivers will be
comma separated to be compatible with existing API and users.

This is leveraged from !123

Fixes: #107
Fixes: #125
Fixes: #124
Fixes: #122
Fixes: #129
Fixes: #131
parent e1b53d1f
Loading
Showing
with 319 additions and 81 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment