MALI: utgard: RK: remove core_scaling in "platform specific code"
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / mali400 / mali / platform / rk30 / arm_core_scaling.h
diff --git a/drivers/gpu/arm/mali400/mali/platform/rk30/arm_core_scaling.h b/drivers/gpu/arm/mali400/mali/platform/rk30/arm_core_scaling.h
deleted file mode 100644 (file)
index 84fe221..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * This confidential and proprietary software may be used only as
- * authorised by a licensing agreement from ARM Limited
- * (C) COPYRIGHT 2013-2014 ARM Limited
- * ALL RIGHTS RESERVED
- * The entire notice above must be reproduced on all authorised
- * copies and copies may only be made to the extent permitted
- * by a licensing agreement from ARM Limited.
- */
-
-/**
- * @file arm_core_scaling.h
- * Example core scaling policy.
- */
-
-#ifndef __ARM_CORE_SCALING_H__
-#define __ARM_CORE_SCALING_H__
-
-struct mali_gpu_utilization_data;
-
-/**
- * Initialize core scaling policy.
- * .DP : core_scaling_policy, core_scaling_facility.
- *
- * @note
- * The core scaling policy will assume
- *      that all PP cores are on initially.
- *
- * @param num_pp_cores
- *      Total number of PP cores.
- */
-void mali_core_scaling_init(int num_pp_cores);
-
-/**
- * Terminate core scaling policy.
- */
-void mali_core_scaling_term(void);
-
-/**
- * Update core scaling policy
- *      with new utilization data.
- *
- * @param data
- *      Utilization data.
- */
-void mali_core_scaling_update(struct mali_gpu_utilization_data *data);
-
-void mali_core_scaling_sync(int num_cores);
-
-#endif /* __ARM_CORE_SCALING_H__ */