Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c3144 unsigned int total_csg_slots = kbdev->csf.global_iface.group_num; in set_max_csg_slots() local
3148 WARN_ON(scheduler->num_active_address_spaces > total_csg_slots); in set_max_csg_slots()
3152 scheduler->num_csg_slots_for_tick = total_csg_slots; in set_max_csg_slots()
3169 unsigned int total_csg_slots = kbdev->csf.global_iface.group_num; in count_active_address_space() local
3173 if (scheduler->ngrp_to_schedule <= total_csg_slots) { in count_active_address_space()
4113 const u32 total_csg_slots = kbdev->csf.global_iface.group_num; in scheduler_apply() local
4125 for (i = 0; i < total_csg_slots; i++) { in scheduler_apply()
4156 total_csg_slots); in scheduler_apply()
4158 if (WARN_ON(slot >= (s8)total_csg_slots)) in scheduler_apply()
5131 const u32 total_csg_slots = kbdev->csf.global_iface.group_num; in evict_lru_or_blocked_csg() local
[all …]