Skip to content
Snippets Groups Projects
  • Mario Limonciello's avatar
    61f7650e
    Allow both CPU and platform drivers to be simultaneously active · 61f7650e
    Mario Limonciello authored and Kate Hsuan's avatar Kate Hsuan committed
    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
    61f7650e
    History
    Allow both CPU and platform drivers to be simultaneously active
    Mario Limonciello authored and Kate Hsuan's avatar Kate Hsuan committed
    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