Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_sched.c2112 u32 free_csg_slots = 0; in tick_ctx_apply() local
2183 free_csg_slots |= BIT(i); in tick_ctx_apply()
2200 csg_id = ffs(free_csg_slots) - 1; in tick_ctx_apply()
2215 free_csg_slots &= ~BIT(csg_id); in tick_ctx_apply()