On Fri, May 20, 2016 at 05:53:41PM +0530, Shilpasri G Bhat wrote: > > Below are the comparisons by disabling watchdog. > Both schedutil and ondemand have a similar ramp-down trend. And in both the > cases I can see that frequency of the cpu is not reduced in deterministic > fashion. In a observation window of 30 seconds after running a workload I can > see that the frequency is not ramped down on some cpus in the system and are > idling at max frequency.
So does it actually matter what the frequency is when you idle? Isn't the whole thing clock gated anyway? Because this seems to generate contradictory requirements, on the one hand we want to stay idle as long as possible while on the other hand you seem to want to clock down while idle, which requires not being idle. If it matters; should not your idle state muck explicitly set/restore frequency?