You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/09 13:59:18 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5701: power:govorner: add govorner to per domain.

xiaoxiang781216 edited a comment on pull request #5701:
URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062948009


   > Is it possible to have governor by domain and still be able to define PM_GOVERNOR_CUSTOM on board level ?
   
   Yes, user can implement the custom domain and call pm_set_governor. Before this patch, choice option require user select PM_GOVERNOR_CUSTOM to disable greedy and activity governor. In the new approach, choice is removed, so user can disable the built-in governor directly without PM_GOVERNOR_CUSTOM. That's why this patch remove PM_GOVERNOR_CUSTOM.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org