View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005135 | fsimx_Linux | General | public | 2021-12-02 14:35 | 2022-04-14 14:23 |
Reporter | gerbach | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | fsimx6-B2021.10.1 | ||||
Target Version | fsimx6ul-B2022.04 | Fixed in Version | fsimx6ul-B2022.04 | ||
Summary | 0005135: CPU Freq governor is set to "performance" by default. | ||||
Description | Previously, the CPU Freq governor was set to "interactive" by default. This is a power saving mode, which will only use high freqs on high loads and user input. This mode has been removed in kernel 5.4.3.2.0.0, so now the default value "performance" is used, which will alway use the maximal fequency available. This might lead to power consumption issues for power senisitive applications. | ||||
Forum Link | |||||
|
Git commit: 5400e642aabdb66e7a38e1422e265208b071f65b Fix armv7 default cpu frequency governor Previously, the CPU Freq governor was set to "interactive" by default. This is a power saving mode, which will only use high frequencies on high loads and user input. This mode has been removed in kernel 5.4.3.2.0.0, so now the default value "performance" is used, which will alway use the maximal frequency available. This leads to a higher energy consumption. Now we use the "ondemand" governor, because it should be the closest to the old "interactive" governor. |