summaryrefslogtreecommitdiffstats
path: root/performance.h
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-06-09 16:16:19 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 01:12:56 +0300
commit4c96994df0edd76b981d34776823681440f3b371 (patch)
tree78889832ac259da9450a862278af5c0357bfd69b /performance.h
parent64ac5a0748769df53da297c911aa96254bd3b047 (diff)
downloadvendor_qcom_opensource_power-4c96994df0edd76b981d34776823681440f3b371.tar.gz
vendor_qcom_opensource_power-4c96994df0edd76b981d34776823681440f3b371.tar.bz2
vendor_qcom_opensource_power-4c96994df0edd76b981d34776823681440f3b371.zip
power: Remove leftover support for ondemand governor
Change-Id: Id4c2aa5efa7101535a7311e34529e0b90c7491f1
Diffstat (limited to 'performance.h')
-rw-r--r--performance.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/performance.h b/performance.h
index 5d3a08c..ace281b 100644
--- a/performance.h
+++ b/performance.h
@@ -124,16 +124,6 @@ enum SAMPLING_RATE_LVL {
MS_20 = 0xBFD,
};
-enum ONDEMAND_IO_BUSY_LVL {
- IO_BUSY_OFF = 0xC00,
- IO_BUSY_ON = 0xC01,
-};
-
-enum ONDEMAND_SAMPLING_DOWN_FACTOR_LVL {
- SAMPLING_DOWN_FACTOR_1 = 0xD01,
- SAMPLING_DOWN_FACTOR_4 = 0xD04,
-};
-
enum INTERACTIVE_TIMER_RATE_LVL {
TR_MS_500 = 0xECD,
TR_MS_100 = 0xEF5,