Skip to content

Commit 74ca9e4

Browse files
lukaszluba-armchanwoochoi
authored andcommitted
memory: samsung: exynos5422-dmc: Adjust polling interval and uptreshold
In order to react faster and make better decisions under some workloads, benchmarking the memory subsystem behavior, adjust the polling interval and upthreshold value used by the simple_ondemand governor. Reported-by: Willy Wolff <[email protected]> Reviewed-by: Chanwoo Choi <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Lukasz Luba <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent ae8eb8b commit 74ca9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/memory/samsung/exynos5422-dmc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,10 +1466,10 @@ static int exynos5_dmc_probe(struct platform_device *pdev)
14661466
* Setup default thresholds for the devfreq governor.
14671467
* The values are chosen based on experiments.
14681468
*/
1469-
dmc->gov_data.upthreshold = 30;
1469+
dmc->gov_data.upthreshold = 10;
14701470
dmc->gov_data.downdifferential = 5;
14711471

1472-
exynos5_dmc_df_profile.polling_ms = 500;
1472+
exynos5_dmc_df_profile.polling_ms = 100;
14731473
}
14741474

14751475

0 commit comments

Comments
 (0)