mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
PM / devfreq: rockchip_dmc: set polling_ms to 50
In order to scaling frequency more timely, reduce the polling_ms. Change-Id: Icbee5552396fa0552fb514d92ea77687228c3e28 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -220,7 +220,7 @@ static int rockchip_dmcfreq_get_cur_freq(struct device *dev,
|
||||
}
|
||||
|
||||
static struct devfreq_dev_profile rockchip_devfreq_dmc_profile = {
|
||||
.polling_ms = 200,
|
||||
.polling_ms = 50,
|
||||
.target = rockchip_dmcfreq_target,
|
||||
.get_dev_status = rockchip_dmcfreq_get_dev_status,
|
||||
.get_cur_freq = rockchip_dmcfreq_get_cur_freq,
|
||||
|
||||
Reference in New Issue
Block a user