summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHyongbin Kim <hyongbink@nvidia.com>2013-08-20 12:49:47 +0900
committerGabby Lee <galee@nvidia.com>2013-08-23 04:58:41 -0700
commit903518c6b37d3a425345e42173b20c07875385ff (patch)
tree089c0f08086d7e01e9e9a042891905b017b541b2 /include
parent73fe77b1752b75f5cfdfd5d3d332856791f81ec1 (diff)
edp: tegra_core_lite: add tegra_core_lite
When SOC is low, we need to limit clk of cpu, gpu, emc. For simple use, set power directly and set edp limit. Just use cpupri table. Bug 1316595 Change-Id: I3f2644f8564735551be6e61248e916b2981e70ef Signed-off-by: Hyongbin Kim <hyongbink@nvidia.com> Reviewed-on: http://git-master/r/264166 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Gabby Lee <galee@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/tegra_edp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/tegra_edp.h b/include/linux/platform_data/tegra_edp.h
index 9af311cc2f47..1f302531588b 100644
--- a/include/linux/platform_data/tegra_edp.h
+++ b/include/linux/platform_data/tegra_edp.h
@@ -48,8 +48,10 @@ struct tegra_sysedp_platform_data {
#ifdef CONFIG_EDP_FRAMEWORK
void tegra_edp_notify_gpu_load(unsigned int load);
+void sysedp_lite_throttle(unsigned int power);
#else
static inline void tegra_edp_notify_gpu_load(unsigned int load) {}
+void sysedp_lite_throttle(unsigned int power) {}
#endif
#endif