Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c269 u32 csg_slot_count; member
1888 return ctx->group_count == sched->csg_slot_count; in tick_ctx_is_full()
2015 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_init()
2237 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_apply()
2573 if (sched->used_csg_slot_count < sched->csg_slot_count) in group_schedule_locked()
2584 if (sched->used_csg_slot_count == sched->csg_slot_count && in group_schedule_locked()
2677 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()
2759 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()
3842 if (!sched || !sched->csg_slot_count) in panthor_sched_fini()
3901 sched->csg_slot_count = num_groups; in panthor_sched_init()
[all …]
/linux-6.15/include/uapi/drm/
H A Dpanthor_drm.h319 __u32 csg_slot_count; member