Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pp.h20 #define MALI_MAX_NUMBER_OF_PP_CORES 9 macro
H A Dmali_pp.c28 static struct mali_pp_core *mali_global_pp_cores[MALI_MAX_NUMBER_OF_PP_CORES] = { NULL };
42 if (mali_global_num_pp_cores >= MALI_MAX_NUMBER_OF_PP_CORES) { in mali_pp_create()