Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c271 u32 csg_slot_count; member
1643 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 …]
/linux/include/uapi/drm/
H A Dpanthor_drm.h361 __u32 csg_slot_count; member