Searched refs:csg_slot_count (Results 1 – 2 of 2) sorted by relevance
271 u32 csg_slot_count; member1643 if (drm_WARN_ON(&ptdev->base, csg_id >= ptdev->scheduler->csg_slot_count)) in sched_process_csg_irq_locked()1795 drm_WARN_ON(&ptdev->base, csg_id >= ptdev->scheduler->csg_slot_count)) in csgs_upd_ctx_queue_reqs()1879 return ctx->group_count == sched->csg_slot_count; in tick_ctx_is_full()2006 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_init()2228 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_apply()2564 if (sched->used_csg_slot_count < sched->csg_slot_count) in group_schedule_locked()2575 if (sched->used_csg_slot_count == sched->csg_slot_count && in group_schedule_locked()2668 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()2744 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()[all …]
361 __u32 csg_slot_count; member