mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
memory: samsung: exynos5422-dmc: Use delayed timer as default
Use delayed timer as default instead of deferrable timer in order to monitor the DMC status regardless of CPU idle. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
This commit is contained in:
@@ -945,6 +945,7 @@ static int exynos5_dmc_get_cur_freq(struct device *dev, unsigned long *freq)
|
||||
* It provides to the devfreq framework needed functions and polling period.
|
||||
*/
|
||||
static struct devfreq_dev_profile exynos5_dmc_df_profile = {
|
||||
.timer = DEVFREQ_TIMER_DELAYED,
|
||||
.target = exynos5_dmc_target,
|
||||
.get_dev_status = exynos5_dmc_get_status,
|
||||
.get_cur_freq = exynos5_dmc_get_cur_freq,
|
||||
|
Reference in New Issue
Block a user