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.c262 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()
1941 drm_WARN_ON(&ptdev->base, csg_id >= ptdev->scheduler->csg_slot_count)) in csgs_upd_ctx_queue_reqs()
2023 return ctx->group_count == sched->csg_slot_count; in tick_ctx_is_full()
2122 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_init()
2344 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_apply()
2663 if (sched->used_csg_slot_count == sched->csg_slot_count && in sched_resume_tick()
2713 if (sched->used_csg_slot_count < sched->csg_slot_count) in group_schedule_locked()
2819 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()
2911 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()
[all …]