Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c102 static u32 num_physical_pp_cores_total = 0; variable
267 num_physical_pp_cores_total++; in mali_executor_populate()
284 num_physical_pp_cores_enabled = num_physical_pp_cores_total; in mali_executor_populate()
407 return num_physical_pp_cores_total; in mali_executor_get_num_cores_total()
743 num_physical_pp_cores_total, in mali_executor_interrupt_pp()
836 num_physical_pp_cores_total, in mali_executor_interrupt_mmu()
1129 if (target_core_nr > num_physical_pp_cores_total) return -EINVAL; in mali_executor_set_perf_level()
1242 args->number_of_total_cores = num_physical_pp_cores_total; in _mali_ukk_get_pp_number_of_cores()
2395 MALI_DEBUG_ASSERT(num_physical_pp_cores_total >= target_core_nr); in mali_executor_core_scale()