Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c105 static u32 num_physical_pp_cores_enabled = 0; variable
284 num_physical_pp_cores_enabled = num_physical_pp_cores_total; in mali_executor_populate()
412 return num_physical_pp_cores_enabled; in mali_executor_get_num_cores_enabled()
1127 if (target_core_nr == num_physical_pp_cores_enabled) return 0; in mali_executor_set_perf_level()
1243 args->number_of_enabled_cores = num_physical_pp_cores_enabled; in _mali_ukk_get_pp_number_of_cores()
2172 ++num_physical_pp_cores_enabled; in mali_executor_group_enable_internal()
2236 --num_physical_pp_cores_enabled; in mali_executor_group_disable_internal()
2360 mali_executor_notify_core_change(num_physical_pp_cores_enabled); in mali_executor_wq_notify_core_change()
2399 if (target_core_nr < num_physical_pp_cores_enabled) { in mali_executor_core_scale()
2400 …("Requesting %d cores: disabling %d cores\n", target_core_nr, num_physical_pp_cores_enabled - targ… in mali_executor_core_scale()
[all …]