Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c263 u32 csg_slot_count; member
1789 if (drm_WARN_ON(&ptdev->base, csg_id >= ptdev->scheduler->csg_slot_count)) in sched_process_csg_irq_locked()
1943 drm_WARN_ON(&ptdev->base, csg_id >= ptdev->scheduler->csg_slot_count)) in csgs_upd_ctx_queue_reqs()
2025 return ctx->group_count == sched->csg_slot_count; in tick_ctx_is_full()
2124 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_init()
2346 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_apply()
2671 if (sched->used_csg_slot_count == sched->csg_slot_count && in sched_resume_tick()
2728 if (sched->used_csg_slot_count < sched->csg_slot_count) in group_schedule_locked()
2835 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()
2927 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()
[all …]