i.MX6 Linux BSP CPU frequency governor.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX6 Linux BSP CPU frequency governor.

ソリューションへジャンプ
7,547件の閲覧回数
satoshishimoda
Senior Contributor I

Hi community,

I have a question about i.MX6 Linux BSP (Yocto BSP).

I want to know how the each governor of CPUFREQ driver controls CPU frequency.

My current understanding is as below.

Would you check my understanding and let me know how governors control when conservative or ondemand mode?

conservative : ?

ondemand     : ?

userspace    : Set frequency to the value written in /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed (?)

powersave    : Keep min frequency (?)

interactive  : Enable DVFS (default?)

performance  : Keep max frequency

Best Regards,

Satoshi Shimoda

ラベル(7)
タグ(3)
0 件の賞賛
1 解決策
2,511件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

HI Satoshi

cpu freq governors are general linux attributes and described in common linux docs :

3.2. Using CPUfreq Governors

https://wiki.archlinux.org/index.php/CPU_frequency_scaling

https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt

as for i.MX6 implementation one can look at sources given in attached

Linux Manual Chapter 24 CPU Frequency Scaling (CPUFREQ) Driver

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
1 返信
2,512件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

HI Satoshi

cpu freq governors are general linux attributes and described in common linux docs :

3.2. Using CPUfreq Governors

https://wiki.archlinux.org/index.php/CPU_frequency_scaling

https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt

as for i.MX6 implementation one can look at sources given in attached

Linux Manual Chapter 24 CPU Frequency Scaling (CPUFREQ) Driver

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛