GPU: fix 2d OC, kernel mpdecision
/arch/arm/mach-msm/Kconfig
blob:51b347af328bb1a6ff6be214dfa7e531b2a963b6 -> blob:d2de4ce52f07d729b6346c35df4cae0c56583a93
--- arch/arm/mach-msm/Kconfig
+++ arch/arm/mach-msm/Kconfig
@@ -1517,6 +1517,38 @@ config MSM_DALRPC_TEST
help
Exercises DAL RPC calls to QDSP6.
+config MSM_MPDEC
+ bool "Enable kernel based mpdecision"
+ depends on MSM_SMP
+ default y
+ help
+ This enables kernel based multi core control.
+ (up/down hotplug based on load)
+config MSM_MPDEC_STARTDELAY
+ int "Deplay before starting MP DECISION"
+ default 70000
+ depends on MSM_MPDEC
+
+config MSM_MPDEC_DELAY
+ int "Deplay before resuming MP DECISION"
+ default 500
+ depends on MSM_MPDEC
+
+config MSM_MPDEC_PAUSE
+ int "How long to pause after external process controls cpu"
+ default 10000
+ depends on MSM_MPDEC
+
+config MSM_MPDEC_SCROFF_FREQ
+ int "Screen Off MAX CPU"
+ default 384000
+ depends on MSM_MPDEC
+
+config MSM_MPDEC_IDLE_FREQ
+ int "Idle MAX CPU"
+ default 384000
+ depends on MSM_MPDEC
+
if CPU_FREQ_MSM
config MSM_CPU_FREQ_SET_MIN_MAX