Compare commits
No commits in common. "e68dc1abee4fb565c1185a99fb44851dad5ac6a2" and "5636363624b517f7ee59e2cee7b2a8a22f790a06" have entirely different histories.
e68dc1abee
...
5636363624
3 changed files with 5 additions and 2 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=m
|
||||
# CONFIG_EXYNOS_DEBUG_FREQ is not set
|
||||
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=m
|
||||
# CONFIG_EXYNOS_DEBUG_FREQ is not set
|
||||
CONFIG_EXYNOS_MEMORY_LOGGER=m
|
||||
CONFIG_EXYNOS_SYSTEM_EVENT=m
|
||||
CONFIG_EXYNOS_IMGLOADER=m
|
||||
|
|
|
@ -37,7 +37,10 @@ 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…
Add table
Reference in a new issue