Loading drivers/cpuidle/lpm-levels.c +4 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,10 @@ int set_l2_mode(struct low_power_ops *ops, int mode, bool notify_rpm) int set_cci_mode(struct low_power_ops *ops, int mode, bool notify_rpm) { return msm_spm_config_low_power_mode(ops->spm, mode, notify_rpm); int lpm = mode; if (mode == MSM_SPM_MODE_CLOCK_GATING) lpm = MSM_SPM_MODE_DISABLED; return msm_spm_config_low_power_mode(ops->spm, lpm, notify_rpm); } static int cpu_power_select(struct cpuidle_device *dev, Loading Loading
drivers/cpuidle/lpm-levels.c +4 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,10 @@ int set_l2_mode(struct low_power_ops *ops, int mode, bool notify_rpm) int set_cci_mode(struct low_power_ops *ops, int mode, bool notify_rpm) { return msm_spm_config_low_power_mode(ops->spm, mode, notify_rpm); int lpm = mode; if (mode == MSM_SPM_MODE_CLOCK_GATING) lpm = MSM_SPM_MODE_DISABLED; return msm_spm_config_low_power_mode(ops->spm, lpm, notify_rpm); } static int cpu_power_select(struct cpuidle_device *dev, Loading