Searched refs:target_core_nr (Results 1 – 2 of 2) sorted by relevance
148 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() argument1127 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() argument2394 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 …]
74 int mali_executor_set_perf_level(unsigned int target_core_nr, mali_bool override);