mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 23:48:08 +09:00
MALI: midgard: rockchip: change devfreq_dvfs_interval to 20 ms
Change-Id: I2ba7988bd08bb05661a324b66a27cf2028ebd5db Signed-off-by: chenzhen <chenzhen@rock-chips.com>
This commit is contained in:
@@ -205,7 +205,8 @@ int kbase_devfreq_init(struct kbase_device *kbdev)
|
||||
dp = &kbdev->devfreq_profile;
|
||||
|
||||
dp->initial_freq = kbdev->current_freq;
|
||||
dp->polling_ms = 100;
|
||||
/* .KP : set devfreq_dvfs_interval_in_ms */
|
||||
dp->polling_ms = 20;
|
||||
dp->target = kbase_devfreq_target;
|
||||
dp->get_dev_status = kbase_devfreq_status;
|
||||
dp->get_cur_freq = kbase_devfreq_cur_freq;
|
||||
|
||||
Reference in New Issue
Block a user