Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_submit.c220 static bool exec_queue_killed_or_banned_or_wedged(struct xe_exec_queue *q) in exec_queue_killed_or_banned_or_wedged() function
726 if (!exec_queue_killed_or_banned_or_wedged(q) && !xe_sched_job_is_error(job)) { in guc_exec_queue_run_job()
1057 exec_queue_killed_or_banned_or_wedged(q) || in guc_exec_queue_timedout_job()
1270 return !exec_queue_killed_or_banned_or_wedged(q) && exec_queue_registered(q); in guc_exec_queue_allowed_to_change_state()
1515 exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_set_priority()
1533 exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_set_timeslice()
1552 exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_set_preempt_timeout()
1570 if (exec_queue_killed_or_banned_or_wedged(q)) in guc_exec_queue_suspend()
1624 return exec_queue_reset(q) || exec_queue_killed_or_banned_or_wedged(q); in guc_exec_queue_reset_status()
1754 if (!exec_queue_killed_or_banned_or_wedged(q)) { in guc_exec_queue_start()