summaryrefslogtreecommitdiff
path: root/mali_kbase/mali_kbase_pm.h
diff options
context:
space:
mode:
authorJörg Wagner <jorwag@google.com>2023-08-31 19:15:13 +0000
committerJörg Wagner <jorwag@google.com>2023-09-01 09:13:55 +0000
commitb6fd708b3a4da86a196a61592ea3585f1aca7313 (patch)
tree1cbe3029a45bf9869c17a5b6954e5ae074b44ac8 /mali_kbase/mali_kbase_pm.h
parent46edf1b5965d872c5f8a09c6dc3dcbff58f78a92 (diff)
parente61eb93296e9f940b32d4ad4b0c3a5557cbeaf17 (diff)
downloadgpu-b6fd708b3a4da86a196a61592ea3585f1aca7313.tar.gz
Merge r44p1-00dev3 from partner/upstream into android13-gs-pixel-5.10-udc-qpr1
Bug: 290882327 Change-Id: I90723cbaa3f294431087587fd8025f0688e51bf2
Diffstat (limited to 'mali_kbase/mali_kbase_pm.h')
-rw-r--r--mali_kbase/mali_kbase_pm.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/mali_kbase/mali_kbase_pm.h b/mali_kbase/mali_kbase_pm.h
index 0639762..4ff3699 100644
--- a/mali_kbase/mali_kbase_pm.h
+++ b/mali_kbase/mali_kbase_pm.h
@@ -292,13 +292,14 @@ void kbase_pm_apc_term(struct kbase_device *kbdev);
*/
void kbase_pm_apc_request(struct kbase_device *kbdev, u32 dur_usec);
-/*
- * Print debug message indicating power state of GPU.
+/**
+ * Print debug message indicating power state of GPU
* @kbdev: The kbase device structure for the device (must be a valid pointer)
+ * @timeout_msg: A message to print.
*
* Prerequisite: GPU is powered.
- * Takes and releases kbdev->hwaccess_lock
+ * Takes and releases kbdev->hwaccess_lock on CSF GPUs.
*/
-void kbase_gpu_timeout_debug_message(struct kbase_device *kbdev);
+void kbase_gpu_timeout_debug_message(struct kbase_device *kbdev, const char *timeout_msg);
#endif /* _KBASE_PM_H_ */