summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/midgard/platform/rk/mali_kbase_rk.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/arm/midgard/platform/rk/mali_kbase_rk.h')
-rw-r--r--drivers/gpu/arm/midgard/platform/rk/mali_kbase_rk.h26
1 files changed, 3 insertions, 23 deletions
diff --git a/drivers/gpu/arm/midgard/platform/rk/mali_kbase_rk.h b/drivers/gpu/arm/midgard/platform/rk/mali_kbase_rk.h
index e1623806abe8..a4ebd50415bb 100644
--- a/drivers/gpu/arm/midgard/platform/rk/mali_kbase_rk.h
+++ b/drivers/gpu/arm/midgard/platform/rk/mali_kbase_rk.h
@@ -17,34 +17,14 @@
/*---------------------------------------------------------------------------*/
-#define DEFAULT_UTILISATION_PERIOD_IN_MS (100)
-
-/*---------------------------------------------------------------------------*/
-
-/*
+/**
* struct rk_context - work_context of platform_dependent_part_of_rk.
+ * @is_powered: record the status
+ * of common_parts calling 'power_on_callback' and 'power_off_callback'.
*/
struct rk_context {
- /*
- * record the status of common_parts calling 'power_on_callback'
- * and 'power_off_callback'.
- */
bool is_powered;
- struct kbase_device *kbdev;
- struct workqueue_struct *power_off_wq;
- struct delayed_work work;
- unsigned int delay_ms;
- /* debug only, the period in ms to count gpu_utilisation. */
- unsigned int utilisation_period;
};
-/*---------------------------------------------------------------------------*/
-
-static inline struct rk_context *get_rk_context(
- const struct kbase_device *kbdev)
-{
- return (struct rk_context *)(kbdev->platform_context);
-}
-
#endif /* _MALI_KBASE_RK_H_ */