summaryrefslogtreecommitdiff
path: root/mali_kbase/backend/gpu/mali_kbase_pm_ca.c
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2017-03-31 14:00:22 +0200
committerSidath Senanayake <sidaths@google.com>2017-03-31 14:00:22 +0200
commit48f3554a4abf9ce182253fb5415a1a26b0790998 (patch)
treecfc431e095818263d3fba56114d031623f6d8bc8 /mali_kbase/backend/gpu/mali_kbase_pm_ca.c
parent44e8be9a3714ef2c7ce5a7b24d5428a9be72b17b (diff)
downloadgpu-48f3554a4abf9ce182253fb5415a1a26b0790998.tar.gz
Mali Bifrost DDK r5p0 KMD
Provenance: 927c9ef15 (collaborate/EAC/b_r5p0) BX304L01B-BU-00000-r5p0-01rel0 BX304L06A-BU-00000-r5p0-01rel0 BX304X07X-BU-00000-r5p0-01rel0 Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: I24848fc40f11d0e23206944a4bde9cf810aa1e70
Diffstat (limited to 'mali_kbase/backend/gpu/mali_kbase_pm_ca.c')
-rw-r--r--mali_kbase/backend/gpu/mali_kbase_pm_ca.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mali_kbase/backend/gpu/mali_kbase_pm_ca.c b/mali_kbase/backend/gpu/mali_kbase_pm_ca.c
index e8cd8cb..85890f1 100644
--- a/mali_kbase/backend/gpu/mali_kbase_pm_ca.c
+++ b/mali_kbase/backend/gpu/mali_kbase_pm_ca.c
@@ -1,6 +1,6 @@
/*
*
- * (C) COPYRIGHT 2013-2016 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2013-2017 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
@@ -25,6 +25,9 @@
static const struct kbase_pm_ca_policy *const policy_list[] = {
&kbase_pm_ca_fixed_policy_ops,
+#ifdef CONFIG_MALI_DEVFREQ
+ &kbase_pm_ca_devfreq_policy_ops,
+#endif
#if !MALI_CUSTOMER_RELEASE
&kbase_pm_ca_random_policy_ops
#endif