Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_sched.c317 struct list_head stopped_groups; member
2562 list_move_tail(&group->run_node, &sched->reset.stopped_groups); in panthor_group_stop()
2770 list_for_each_entry_safe(group, group_tmp, &sched->reset.stopped_groups, run_node) { in panthor_sched_post_reset()
3568 INIT_LIST_HEAD(&sched->reset.stopped_groups); in panthor_sched_init()