import OT_8063_20170412 mali driver
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / mali / linux / mali_pmu_power_up_down.c
1 /**
2 * This confidential and proprietary software may be used only as
3 * authorised by a licensing agreement from ARM Limited
4 * (C) COPYRIGHT 2010, 2012-2015 ARM Limited
5 * ALL RIGHTS RESERVED
6 * The entire notice above must be reproduced on all authorised
7 * copies and copies may only be made to the extent permitted
8 * by a licensing agreement from ARM Limited.
9 */
10
11 /**
12 * @file mali_pmu_power_up_down.c
13 */
14
15 #include <linux/module.h>
16 #include "mali_executor.h"
17
18 int mali_perf_set_num_pp_cores(unsigned int num_cores)
19 {
20 return mali_executor_set_perf_level(num_cores, MALI_FALSE);
21 }
22
23 EXPORT_SYMBOL(mali_perf_set_num_pp_cores);