Quote:
Originally Posted by Adam B.
I believe CPU Throttling is done by the powerMgr application. Sources haven't been released for it.
|
I was thinking about stuff in liberipc:
Code:
/**
* Put cpu in idle mode
* args: MHz: the desired cpu clock
* timeout: the number of seconds to wait before changing the cpu mode
*/
int pwrGotoIdleMode(erClientChannel_t channel, int MHz, int timeout);
Any idea how to check the current cpu mode / speed? I hope that the cpu is not slowed down when we switch the busu led off...