Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c572 u32 fatal_queues; member
1359 group->fatal_queues |= BIT(cs_id); in cs_slot_process_fatal_event_locked()
1481 group->fatal_queues |= BIT(cs_id); in group_process_tiler_oom()
1909 !group->destroyed && group->fatal_queues == 0 && in group_can_run()
2033 if (!group->fatal_queues) in tick_ctx_init()
2034 group->fatal_queues |= GENMASK(group->queue_count - 1, 0); in tick_ctx_init()
2067 if (group->fatal_queues & BIT(i)) in group_term_post_processing()
3615 if (group->fatal_queues) { in panthor_group_get_state()
3617 get_state->fatal_queues = group->fatal_queues; in panthor_group_get_state()
/linux-6.15/include/uapi/drm/
H A Dpanthor_drm.h912 __u32 fatal_queues; member