Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c50 #define MAX_CSG_SLOT_PRIORITY ((u8)15) macro
3230 slot_prio = (u8)(MAX_CSG_SLOT_PRIORITY - used_slots); in get_slot_priority()
3234 slot_prio = (u8)(MAX_CSG_SLOT_PRIORITY - in get_slot_priority()
3236 else if (MAX_CSG_SLOT_PRIORITY > (slots_for_tick + used_slots)) in get_slot_priority()
3237 slot_prio = (u8)(MAX_CSG_SLOT_PRIORITY - (slots_for_tick + used_slots)); in get_slot_priority()