Home
last modified time | relevance | path

Searched refs:target_core_nr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c148 static void mali_executor_core_scale(unsigned int target_core_nr);
1125 int mali_executor_set_perf_level(unsigned int target_core_nr, mali_bool override) in mali_executor_set_perf_level() argument
1127 if (target_core_nr == num_physical_pp_cores_enabled) return 0; in mali_executor_set_perf_level()
1129 if (target_core_nr > num_physical_pp_cores_total) return -EINVAL; in mali_executor_set_perf_level()
1130 if (0 == target_core_nr) return -EINVAL; in mali_executor_set_perf_level()
1132 mali_executor_core_scale(target_core_nr); in mali_executor_set_perf_level()
2388 static void mali_executor_core_scale(unsigned int target_core_nr) in mali_executor_core_scale() argument
2394 MALI_DEBUG_ASSERT(0 < target_core_nr); in mali_executor_core_scale()
2395 MALI_DEBUG_ASSERT(num_physical_pp_cores_total >= target_core_nr); in mali_executor_core_scale()
2399 if (target_core_nr < num_physical_pp_cores_enabled) { in mali_executor_core_scale()
[all …]
H A Dmali_executor.h74 int mali_executor_set_perf_level(unsigned int target_core_nr, mali_bool override);