Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_group.c512 …l2_cache_core[0] = %p, ref = %d\n", vgroup->l2_cache_core[0], vgroup->l2_cache_core_ref_count[0])); in MALI_DEBUG_CODE()
513 …l2_cache_core[1] = %p, ref = %d\n", vgroup->l2_cache_core[1], vgroup->l2_cache_core_ref_count[1])); in MALI_DEBUG_CODE()
619 MALI_DEBUG_ASSERT(parent->l2_cache_core_ref_count[i] > 0); in mali_group_add_group()
620 parent->l2_cache_core_ref_count[i]++; in mali_group_add_group()
634 parent->l2_cache_core_ref_count[i]++; in mali_group_add_group()
755 parent->l2_cache_core_ref_count[i]--; in mali_group_remove_group()
756 if (parent->l2_cache_core_ref_count[i] == 0) { in mali_group_remove_group()
985 if (0 != group->l2_cache_core_ref_count[0]) { in mali_group_start_pp_job()
991 if (0 != group->l2_cache_core_ref_count[1]) { in mali_group_start_pp_job()
1158 if (0 != group->l2_cache_core_ref_count[0]) { in mali_group_complete_pp()
[all …]
H A Dmali_group.h63 u32 l2_cache_core_ref_count[2]; member