You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pm: policy: default: Optimize power state selection
Update power state selection. Previously, it was iterating over states
starting from the last one so the most common short sleep periods were
taking the longest time to select. Order is now swapped so that short
sleeps will get power state as quick as possible.
When comparing current sleep time to power mode residency time only
min_residency_us is used as exit time can be neglected as typically
is much lower.
Signed-off-by: Krzysztof Chruściński <[email protected]>
0 commit comments