Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c574 u32 fatal_queues; member
1360 group->fatal_queues |= BIT(cs_id); in cs_slot_process_fatal_event_locked()
1482 group->fatal_queues |= BIT(cs_id); in group_process_tiler_oom()
1910 !group->destroyed && group->fatal_queues == 0 && in group_can_run()
2034 if (!group->fatal_queues) in tick_ctx_init()
2035 group->fatal_queues |= GENMASK(group->queue_count - 1, 0); in tick_ctx_init()
2068 if (group->fatal_queues & BIT(i)) in group_term_post_processing()
3585 if (group->fatal_queues) { in panthor_group_get_state()
3587 get_state->fatal_queues = group->fatal_queues; in panthor_group_get_state()
/linux/include/uapi/drm/
H A Dpanthor_drm.h954 __u32 fatal_queues; member