Home
last modified time | relevance | path

Searched refs:available_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.c4114 const u32 available_csg_slots = scheduler->num_csg_slots_for_tick; in scheduler_apply() local
4129 if (group->prepared_seq_num >= available_csg_slots) { in scheduler_apply()
4138 scheduler->remaining_tick_slots = available_csg_slots; in scheduler_apply()
4141 spare = (available_csg_slots > resident_cnt) ? in scheduler_apply()
4142 (available_csg_slots - resident_cnt) : 0; in scheduler_apply()
4149 group->prepared_seq_num < available_csg_slots) { in scheduler_apply()