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.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()
3618 if (group->fatal_queues) { in panthor_group_get_state()
3620 get_state->fatal_queues = group->fatal_queues; in panthor_group_get_state()
/linux/include/uapi/drm/
H A Dpanthor_drm.h931 /** @fatal_queues: Bitmask of queues that faced fatal faults. */
932 __u32 fatal_queues;
954 __u32 fatal_queues; global() member