summaryrefslogtreecommitdiff
path: root/mali_kbase/mali_kbase_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mali_kbase/mali_kbase_config.h')
-rw-r--r--mali_kbase/mali_kbase_config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/mali_kbase/mali_kbase_config.h b/mali_kbase/mali_kbase_config.h
index 9326e3b..c7a6b32 100644
--- a/mali_kbase/mali_kbase_config.h
+++ b/mali_kbase/mali_kbase_config.h
@@ -368,24 +368,6 @@ struct kbase_pm_callback_conf {
* this feature.
*/
void (*power_runtime_gpu_active_callback)(struct kbase_device *kbdev);
-
-#ifdef CONFIG_MALI_HOST_CONTROLS_SC_RAILS
- /*
- * This callback will be invoked by the Kbase when GPU becomes active
- * to turn on the shader core power rails.
- * This callback is invoked from process context and the power rails
- * must be turned on before the completion of callback.
- */
- void (*power_on_sc_rails_callback)(struct kbase_device *kbdev);
-
- /*
- * This callback will be invoked by the Kbase when GPU becomes idle
- * to turn off the shader core power rails.
- * This callback is invoked from process context and the power rails
- * must be turned off before the completion of callback.
- */
- void (*power_off_sc_rails_callback)(struct kbase_device *kbdev);
-#endif
};
/* struct kbase_gpu_clk_notifier_data - Data for clock rate change notifier.