On 26 May 2013 05:30, karthik vm <meetvm@xxxxxxxxx> wrote: > Thanks for your insights Viresh. I really appreciate it!! > > Basically I wanted to know the DVFS granularity of a multi-core chip. > i.e I want to know whether every core can separately increase or > decrease its frequency or all the cores increase or decrease > simultaneously. I think cpufreq-info command's output "CPUs which need > to have their frequency coordinated by software" gives the answer. For > my core2duo processor it says either core 0 or core 1. Hence frequency > of each of my cores can be changed individually. Experimental results > also supports it. Please correct me if there is any fallacy in my > inference. Whether cores can have separate control of clks or not is decided by hardware implementation. On ARM normally all cores within a cluster have common control of clk lines.. On Intel, I am not sure. Now, the hardware can have interesting capabilities where they can manage separate clk lines themselves and software doesn't need to do anything special for them. And so that's what Dirk pointed out earlier. Your observation looks correct though. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html