Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_base_kernel.h34 #define BASE_MAX_COHERENT_GROUPS 16 macro
488 struct mali_base_gpu_coherent_group group[BASE_MAX_COHERENT_GROUPS];
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_base_kernel.h81 #define BASE_MAX_COHERENT_GROUPS 16 macro
1444 #define BASE_MAX_COHERENT_GROUPS 16 macro
1603 struct mali_base_gpu_coherent_group group[BASE_MAX_COHERENT_GROUPS];
H A Dmali_kbase_gpuprops.c140 while (group_present != 0 && num_groups < BASE_MAX_COHERENT_GROUPS) { in kbase_gpuprops_construct_coherent_groups()
156 pr_warn("Too many coherent groups (keeping only %d groups).\n", BASE_MAX_COHERENT_GROUPS); in kbase_gpuprops_construct_coherent_groups()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c85 while (group_present != 0 && num_groups < BASE_MAX_COHERENT_GROUPS) { in kbase_gpuprops_construct_coherent_groups()
101 pr_warn("Too many coherent groups (keeping only %d groups).\n", BASE_MAX_COHERENT_GROUPS); in kbase_gpuprops_construct_coherent_groups()