summaryrefslogtreecommitdiff
path: root/drivers/edp
diff options
context:
space:
mode:
authorArto Merilainen <amerilainen@nvidia.com>2014-03-27 08:37:04 +0200
committerSeema Khowala <seemaj@nvidia.com>2014-04-23 14:07:30 -0700
commitfeca2e2fe8ae1ca1150f4c749a702a9e5af88bcd (patch)
treee9cd0420a4a9672664b1691c97a38cada841ce38 /drivers/edp
parente15a8162f679409c9870488e0bed766ccb530226 (diff)
EDP: sysedp: Export tegra_edp_notify_gpu_load()
The GPU should be buildable as a module, however, some tegra specific symbols are not exported properly. Bug 1476801 Change-Id: Ifa44a53f4b7ecea9c3405e3fb16dc262ba695c59 Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-on: http://git-master/r/387605 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/edp')
-rw-r--r--drivers/edp/sysedp_dynamic_capping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edp/sysedp_dynamic_capping.c b/drivers/edp/sysedp_dynamic_capping.c
index b0a276ad4d49..1860c5524faf 100644
--- a/drivers/edp/sysedp_dynamic_capping.c
+++ b/drivers/edp/sysedp_dynamic_capping.c
@@ -289,6 +289,7 @@ void tegra_edp_notify_gpu_load(unsigned int load)
schedule_delayed_work(&capping_work,
msecs_to_jiffies(gpu_window));
}
+EXPORT_SYMBOL(tegra_edp_notify_gpu_load);
static int tegra_edp_cpu_notify(struct notifier_block *nb,
unsigned long action, void *data)