Commit 97d02d0
clk: qcom: clk-cpu-osm: Reduce CPU frequency update rate limit to 500 us
Rate-limiting frequency updates to once every 10 ms has a substantial
impact on performance due to how slowly the frequency tends to ramp with
such a long delay. Reduce the delay to 500 us which is closer to the
actual frequency switch delay in hardware.
Signed-off-by: Danny Lin <danny@kdrag0n.dev>1 parent d5979fb commit 97d02d0
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
676 | 677 | | |
677 | 678 | | |
678 | 679 | | |
679 | | - | |
680 | | - | |
681 | | - | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
682 | 683 | | |
683 | 684 | | |
684 | 685 | | |
| |||
792 | 793 | | |
793 | 794 | | |
794 | 795 | | |
795 | | - | |
| 796 | + | |
796 | 797 | | |
797 | 798 | | |
798 | 799 | | |
| |||
0 commit comments