summaryrefslogtreecommitdiffstats
path: root/power-common.h
diff options
context:
space:
mode:
authorDeevana Murthy Bandaru <dbandaru@codeaurora.org>2018-08-09 12:26:52 +0530
committerDeevana Murthy Bandaru <dbandaru@codeaurora.org>2018-08-16 19:06:59 +0530
commit9ff55b3b4c0fe8d1711f48cf403ce0058217ffd7 (patch)
tree83822984122f9000c4f7d58dd791564bcb088583 /power-common.h
parentc6a9d5fa38c7560d3b9f9d08a43458faf555e29b (diff)
downloadvendor_qcom_opensource_power-9ff55b3b4c0fe8d1711f48cf403ce0058217ffd7.tar.gz
vendor_qcom_opensource_power-9ff55b3b4c0fe8d1711f48cf403ce0058217ffd7.tar.bz2
vendor_qcom_opensource_power-9ff55b3b4c0fe8d1711f48cf403ce0058217ffd7.zip
power: qcom: powerHal for sdm439 and sdm429
Power hal changes for camera encode Change-Id: Ib909844aea854ebffe8a00d83af9ca2d81c4f827
Diffstat (limited to 'power-common.h')
-rw-r--r--power-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/power-common.h b/power-common.h
index 5ba5e81..e374e46 100644
--- a/power-common.h
+++ b/power-common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, 2018 The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -37,6 +37,7 @@
#define ONDEMAND_GOVERNOR "ondemand"
#define INTERACTIVE_GOVERNOR "interactive"
#define MSMDCVS_GOVERNOR "msm-dcvs"
+#define SCHEDUTIL_GOVERNOR "schedutil"
#define HINT_HANDLED (0)
#define HINT_NONE (-1)