diff options
| author | Vijay Ganti <viganti@codeaurora.org> | 2016-06-16 21:10:11 +0000 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2017-03-02 18:22:08 -0500 |
| commit | 60798e48e7b6f1d18300ec9123769bc2d8b2208c (patch) | |
| tree | d398e17579bb109b44eca8551508d1cbf4697c47 | |
| parent | f5b8933b02c6be48593c08cc5f9fd060f536c78f (diff) | |
msm8996: perflock: Changes in the initialization of perf lock
Change the order of initializing perflock and add
property to trigger post boot stage completed.
Change-Id: I1ac6f2c19ed0993e62fd7ebec96b21998fe68ae6
| -rw-r--r-- | rootdir/etc/init.qcom.power.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 433f5d4..68c64dd 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -150,8 +150,7 @@ on enable-low-power write /sys/class/kgsl/kgsl-3d0/default_pwrlevel 6 # Set perfd properties - rm /data/system/perfd/default_values - start perfd + setprop sys.post_boot.parsed 1 # Starting io prefetcher service start iop |
