View Single Post
Old 10-02-2008, 01:36 PM   #5
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Quote:
Originally Posted by Adam B. View Post
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...
hansel is offline   Reply With Quote