Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2169 u32 free_csg_slots = 0; in tick_ctx_apply() local
2240 free_csg_slots |= BIT(i); in tick_ctx_apply()
2257 csg_id = ffs(free_csg_slots) - 1; in tick_ctx_apply()
2272 free_csg_slots &= ~BIT(csg_id); in tick_ctx_apply()