-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wipe-v2:PELT HMP采用位于exynos8890.dtsi的固定值 wipe-v2:屏蔽部分平台不支持的max_freq_hysteresis wipe-v2:降低孤立卡顿权重,以连续卡顿为主 高通EAS:区分是否支持cpuLoadBoost和lowlat的平台调参,尽量把top-app的负载固定在大核 配置文件生成器:补上PELT eas的lowlat设置 配置文件生成器:修复845的l3LatBig和ddrLatBig路径错误 配置文件生成器:相同的两个集群不需要设置负载迁移阈值,默认值即可 安装脚本:屏蔽会睡死的9820/9825 Signed-off-by: Matt Yang <[email protected]>
- Loading branch information
Showing
5 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Uperf Setup | ||
# https://github.com/yc9559/ | ||
# Author: Matt Yang & cjybyjk ([email protected]) | ||
# Version: 20200409 | ||
# Version: 20200411 | ||
|
||
BASEDIR="$(dirname $(readlink -f "$0"))" | ||
|
||
|
@@ -222,8 +222,8 @@ _get_cfgname() | |
"msm8998") ret="$(_get_sdm835_type)" ;; | ||
"msm8996") ret="$(_get_sdm82x_type)" ;; | ||
"msm8996pro") ret="$(_get_sdm82x_type)" ;; | ||
"universal9825") ret="e9820" ;; | ||
"universal9820") ret="e9820" ;; | ||
# "universal9825") ret="e9820" ;; | ||
# "universal9820") ret="e9820" ;; | ||
"universal9810") ret="e9810" ;; | ||
"universal8895") ret="$(_get_e8895_type)" ;; | ||
"universal8890") ret="e8890" ;; | ||
|
@@ -238,7 +238,7 @@ uperf_print_banner() | |
echo "" | ||
echo "* Uperf https://github.com/yc9559/uperf/" | ||
echo "* Author: Matt Yang" | ||
echo "* Version: DEV 20200409" | ||
echo "* Version: DEV 20200411" | ||
echo "" | ||
} | ||
|
||
|