Compare commits
2 commits
5636363624
...
e68dc1abee
Author | SHA1 | Date | |
---|---|---|---|
e68dc1abee | |||
68c95ff549 |
3 changed files with 2 additions and 5 deletions
|
@ -6072,7 +6072,7 @@ CONFIG_EXYNOS_CPUHP=m
|
|||
CONFIG_EXYNOS_UFCC=m
|
||||
CONFIG_EXYNOS_AFM=m
|
||||
CONFIG_EXYNOS_PM_QOS=m
|
||||
# CONFIG_EXYNOS_DEBUG_FREQ is not set
|
||||
CONFIG_EXYNOS_DEBUG_FREQ=m
|
||||
CONFIG_EXYNOS_MEMORY_LOGGER=m
|
||||
CONFIG_EXYNOS_SYSTEM_EVENT=m
|
||||
CONFIG_EXYNOS_IMGLOADER=m
|
||||
|
|
|
@ -6072,7 +6072,7 @@ CONFIG_EXYNOS_CPUHP=m
|
|||
CONFIG_EXYNOS_UFCC=m
|
||||
CONFIG_EXYNOS_AFM=m
|
||||
CONFIG_EXYNOS_PM_QOS=m
|
||||
# CONFIG_EXYNOS_DEBUG_FREQ is not set
|
||||
CONFIG_EXYNOS_DEBUG_FREQ=m
|
||||
CONFIG_EXYNOS_MEMORY_LOGGER=m
|
||||
CONFIG_EXYNOS_SYSTEM_EVENT=m
|
||||
CONFIG_EXYNOS_IMGLOADER=m
|
||||
|
|
|
@ -37,10 +37,7 @@ int exynos_acpm_set_rate(unsigned int id, unsigned long rate, bool fast_switch)
|
|||
|
||||
ch = fast_switch ? acpm_dvfs.fast_ch_num : acpm_dvfs.ch_num;
|
||||
|
||||
|
||||
#ifdef CONFIG_EXYNOS_DEBUG_FREQ
|
||||
secdbg_freq_check(id, rate);
|
||||
#endif
|
||||
before = sched_clock();
|
||||
ret = acpm_ipc_send_data(ch, &config);
|
||||
after = sched_clock();
|
||||
|
|
Loading…
Reference in a new issue