summaryrefslogtreecommitdiffstats
path: root/power-common.h
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-06-09 16:10:06 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 01:12:56 +0300
commit64ac5a0748769df53da297c911aa96254bd3b047 (patch)
tree9d07b64afc8ac9cd512c36ea76cb18a609fbf0c2 /power-common.h
parent420f26552469aa8b98692c27de2320a9c1c5dbc2 (diff)
downloadvendor_qcom_opensource_power-64ac5a0748769df53da297c911aa96254bd3b047.tar.gz
vendor_qcom_opensource_power-64ac5a0748769df53da297c911aa96254bd3b047.tar.bz2
vendor_qcom_opensource_power-64ac5a0748769df53da297c911aa96254bd3b047.zip
power: Remove leftover support for msm-dcvs governor
* This is not used by any recent qcom SoC and not used by any SoC using this HAL. Change-Id: If9b2997104bcd5e3ff27fc39c75590d07e813f85
Diffstat (limited to 'power-common.h')
-rw-r--r--power-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/power-common.h b/power-common.h
index 0ec18ff..0d8e11f 100644
--- a/power-common.h
+++ b/power-common.h
@@ -36,14 +36,9 @@ extern "C" {
#define NODE_MAX (64)
#define SCALING_GOVERNOR_PATH "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
-#define DCVS_CPU0_SLACK_MAX_NODE "/sys/module/msm_dcvs/cores/cpu0/slack_time_max_us"
-#define DCVS_CPU0_SLACK_MIN_NODE "/sys/module/msm_dcvs/cores/cpu0/slack_time_min_us"
-#define MPDECISION_SLACK_MAX_NODE "/sys/module/msm_mpdecision/slack_time_max_us"
-#define MPDECISION_SLACK_MIN_NODE "/sys/module/msm_mpdecision/slack_time_min_us"
#define SCALING_MIN_FREQ "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
#define ONDEMAND_GOVERNOR "ondemand"
#define INTERACTIVE_GOVERNOR "interactive"
-#define MSMDCVS_GOVERNOR "msm-dcvs"
#define SCHEDUTIL_GOVERNOR "schedutil"
#define HINT_HANDLED (0)