summaryrefslogtreecommitdiff
path: root/mali_kbase/backend/gpu/mali_kbase_pm_policy.h
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2019-11-11 11:49:32 +0100
committerSidath Senanayake <sidaths@google.com>2020-08-14 16:22:18 +0100
commit1f3b3ea0d31f66a6ec806e8f6ac5ebee44cb5923 (patch)
treef3e70f0e481dbd28087fca3b36a751d5fbe82521 /mali_kbase/backend/gpu/mali_kbase_pm_policy.h
parent869660680efaed77cec0414161640a6f1a85d5b2 (diff)
downloadgpu-1f3b3ea0d31f66a6ec806e8f6ac5ebee44cb5923.tar.gz
Mali Valhall DDK r21p0 KMD
Provenance: 055b0c4d8 (collaborate/EAC/v_r21p0) VX504X08X-BU-00000-r21p0-01rel0 - Android DDK Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: I652de1257c48ecb047f160906039e843347a7cd7
Diffstat (limited to 'mali_kbase/backend/gpu/mali_kbase_pm_policy.h')
-rw-r--r--mali_kbase/backend/gpu/mali_kbase_pm_policy.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/mali_kbase/backend/gpu/mali_kbase_pm_policy.h b/mali_kbase/backend/gpu/mali_kbase_pm_policy.h
index 966fce7..f103ef0 100644
--- a/mali_kbase/backend/gpu/mali_kbase_pm_policy.h
+++ b/mali_kbase/backend/gpu/mali_kbase_pm_policy.h
@@ -1,6 +1,6 @@
/*
*
- * (C) COPYRIGHT 2010-2015, 2018 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2010-2015, 2018-2019 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
@@ -33,11 +33,8 @@
* @kbdev: The kbase device structure for the device (must be a valid pointer)
*
* Must be called before calling any other policy function
- *
- * Return: 0 if the power policy framework was successfully
- * initialized, -errno otherwise.
*/
-int kbase_pm_policy_init(struct kbase_device *kbdev);
+void kbase_pm_policy_init(struct kbase_device *kbdev);
/**
* kbase_pm_policy_term - Terminate power policy framework